Andrew Breidenbach
Andrew Breidenbach
The following code ```nim import jester except newSettings, settings router myRouter: get "/library": resp "library" when isMainModule: let mySettings = jester.newSettings( port=Port(7000) ) var jesterInstance = initJester(myRouter, mySettings) serve(jesterInstance) ```...
Assigning handlers to a `TextField` via `onAction` does not work because `sendAction` is called on the `TextField` without passing an `Event`. I have not looked into it further, but it...
Have you considered publishing the jdict and jstrutils modules as separate nimble packages? I think they are very universal and I would like to import them in other projects.
``` rusty-tags --force-recreate --verbose vi Switching to single threaded for verbose output Using configuration: vi_tags='rusty-tags.vi', emacs_tags='rusty-tags.emacs', ctags_exe='None', ctags_options='-a' Found ctags executable: UniversalCtags("universal-ctags") Fetching source and metadata ... Creating tags for...
**Is your feature request related to a problem? Please describe.** In my case it followed a symlink to the parent project and overwrote the favicon there **Describe the solution you'd...
**Describe the bug** Text that would normally be formatted as a URL is not rendered at all within table cells. **Setup** Please complete the following information along with version numbers,...

Just thought I'd make this suggestion because it looks pretty easy to implement and sites that use odd encodings don't always follow best practices with meta tags
I tried tracking down the field, but it doesn't look like it's actually serialized anywhere. `orderby` works fine.
It is currently not possible to perform complex find queries with [projections](https://docs.mongodb.com/manual/reference/operator/projection/meta/#projection) such as ``` db.stores.find( { $text: { $search: "java coffee shop" } }, { score: { $meta: "textScore"...