CGenie

Results 38 issues of CGenie

Use quoted object retrieval instead of property-based, which allows for arbitrary key names in the at-attribute directive.

Hello, It's not clear to me how to handle exceptions inside poolboy workers. I'm using Elixir, but I think this applies to Erlang as well. My code looks more or...

This is an extension of #148 but I managed to migrate the web wizard and as far as I can tell everything works, even the reconfiguration of `sale.order.line` as noted...

Hello, Could this package be upgraded to 0.15.0? :)

Hello, I'm trying to run `org-board-new` for url https://www.righto.com/2022/04/the-digital-ranging-system-that.html. I created an org heading. It seems to download correctly, however the `ARCHIVED_AT` property is missing. I have this in `*Messages*`:...

bug
in-progress

https://www.gnu.org/software/emacs/manual/html_node/elisp/String-Search.html My Emacs tells me there is no `backward-search` function.

Hello, There is a nice option for adding local packages to the package set: https://github.com/purescript/spago#override-a-package-in-the-package-set-with-a-local-one I'd like the same for remote packages. Thing is that I suddenly have to specify...

For my DB I'm getting: ``` ┌ Warning: Unsupported SQLite declared type TEXT_DATETIME, falling back to String type └ @ SQLite ~/.julia/packages/SQLite/aDggE/src/SQLite.jl:416 ``` I guess `TEXT_DATETIME` should be supported by...

Hello, Thank you for this nice library. I'm trying to create a line plot where I want to add a light gray rectangle where there are no results. I do...