Mike Eve
Mike Eve
When storing an array to a JSON type column (either json or jsonb), an empty [] is returned as {} on the SELECT This appears to be because arrays are...
Often when retrying a request it is useful to have a throttle back on the time between requests to prevent hitting the remote server in quick succession, but also to...
My Zappi energy used values aren't being populated at the moment. (`sensor.myeneri_zappi_$id_energy_used_today`) is always 0 regardless of charge added. And the `sensor.myenergi_zappi_$id_green_energy_used_today`) sensor doesn't exist. The latter is likely related...
Newer versions of the vscode-js-debug seem to have alternate builds. Mason uses the dapDebugServer build rather than the older vsDebugServer. This means that for versions after 1.76.1 of vscode-js-debug there...
Currently the serializers are very coupled to DBIC. Especially for relationship lookup. It should be possible to pass a more normalized structure to the serialize with all of the data...
Ad support for DBIC JOIN command from URL Param. #34
My current use case has the following setup: MyApp::WAPID::Resource::Note; MyApp::WAPID::Resource::Notes; MyApp::Schema::Result::Note; The Resource classes each contain a single subroutine: ``` perl sub forbidden { my ($self) = @_; my ($username,...
Currently all resources are created in memory as Web::Machine subclasses. There should likely be a Schema::Loader style option to output these for future use/modification into a specific directory. So for...
# Environment Knex version: 0.95.4+ Database + version: Postgresql 9.6 OS: Alpine docker running on Mac BigSur 11.2.1 # Bug 1. The following knexQuery: ```javascript knex(knex.ref('tableName').withSchema('schemaName')).columnInfo(); ``` generates the following...