-
I want to do quiz bot.
I want to make it possible to select topics and subtopics to form a list of quiz questions. I want to use polls as a UI tool for selecting topics and subtopics. That is, to sh…
-
If I have thousands of IP addresses to monitor, and each IP address has a label, how can I conveniently configure them?
-
Consider this:
```
gap> f := ApplicableMethod( OrbitsDomain, [ SymmetricGroup(5), [1..5] ] );;
gap> Display(f);
function ( G, D )
if D = MovedPoints( G ) then
return op( G );
el…
-
Wrapping Mesh fields (vertices, normals, texcoords, faces, colors) in Option would be easier to check.
For example, checking if `mesh.normals` is Some is more convenient that checking if `normals.is_…
-
use g4exprparser to add convenient --print and --plot options, for instance:
```
sb_xxx_sim --print="step.pre.ekin/meV:step,trk.is_primary where trk.is_neutron and step.volname=='Sample'"
```
To g…
-
-
I often generate client code from a spec file with the maven plugin, like this:
````
src/main/oas/oas.yaml
java
native
java8
…
-
Hey! I tried your library but it doesn't seem to be developer-friendly now.
**There are 3 global issues for me:**
1. **No TypeScript**
2. **Not ready for [Next](https://github.com/vercel/next…
-
As per roadmap it would be convenient to have a way to publish to topics. I am starting work on this feature in my own fork, any suggestions/feedback is greatly appreciated!
-
The file structure isn't how an express app looks like by default. Also can cause confusion because a lot of express modules have instructions written for how a default express setup would be. And I d…