jfilby

Results 34 issues of jfilby

When I use StyleAttr.cssFloat the resulting CSS style name is css-float when it should be float.

bug

When I try to unpack an object type that contains int64 types I get: C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(938) unpack_type C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1085) unpack_type C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1085) unpack_type C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(1201) unpack C:\Users\user\.nimble\pkgs\msgpack4nim-0.3.1\msgpack4nim.nim(845) unpack_type...

Note that context object types can be renamed to be shorter, if the dev wants that.

Write a NimScript to: 1. Create the bin directory, which can optionally be specified using a flag. Display this at the end of the script's execution. 2. Compile the cmd...

Some people prefer a lighter DB, especially for local development.

enhancement
orm

Right now the cached model key is whatever type of the primary key is. Composite primary keys use tuples. This could be inefficient for non-int64 primary keys.

enhancement
orm

A test project would be bundled with Nexus that has YAML definitions that define ORM and web-app/service code. To test, first run `nexus gen` to generate any YAML definitions into...

enhancement
orm
view
testing

This includes generated environment scripts.

Using shell scripts means writing multiple files per OS, and you also have to run the shell script before running your program. Running the wrong shell script could lead to...