-
I'm running Deno 2 and I tried to do the following
```ts
const levelMethods = {
[log.levels.TRACE]: log.trace,
[log.levels.DEBUG]: log.debug,
[log.levels.INFO]: log.info,
[log.levels.W…
-
## Reason
Currently the only alternative we have to sanitize inputs before executing a query is using `string.format` together with `sql.SQLStr`, which is less than optimal (even more so that many pe…
-
As the title says, enabling both of the features gives errors.
lua: ...reter/LuaInterpreter/Parser/SyntaxParsers/Statements.lua:179: attempt to index a nil value (local 'functionCall')
stack trace…
-
Add support for multiple extends statements in an extendable .bicepparam file
-
Hi everyone.
when i run the command:
```bash
HANAMI_ENV=test bundle exec hanami db create
```
I get error:
```
bundler: failed to load command: hanami (/builds/fake/vendor/ruby/ruby/3.3.0/bin…
-
`
lua: ...reter/LuaInterpreter/Parser/SyntaxParsers/Statements.lua:69: Unexpected lvalue type: Number
stack traceback:
[C]: in function 'error'
...reter/LuaInterpreter/Parser/Synta…
-
I'm using Flogs for logging in my App. When I tried to get logs using Flogs exportLogs function, the log statements are missing. Even though the app was alive that time. The log statement missing issu…
-
## Summary:
In the FlutterBeaconPlugin, the setScanPeriod and setBetweenScanPeriod method handlers within the onMethodCall function do not include return statements after invoking result.success or…
-
Example, something like:
```
if .. then
if ... then vec2(0.0f)
else if ... then vec2(0.0f)
else vec2(0.0f)
else if ... then
vec2(0.0f)
else
vec2(0.0f)
```
Will pass Scala comp…
-
pg_stat_statements Is currently built but we don't yet have a way to preload it. There are a few extensions that needed this facility and this is a very popular one.
https://www.postgresql.org/docs…