-
It would be nice to have the path sanity checking logic introduced for runtime in https://github.com/envoyproxy/envoy/pull/3165 plumbed across various sites where we access files via path.
htuch updated
5 years ago
-
### Description
I have a git dependency in paket.dependencies that has **build: "npm run pack nupkg", packages: nupkg**.
**npm run pack**, for brevity, is configured to restore npm, paket, build…
-
The `update-core` script for upgrading the MSYS2 core packages gets systematically stuck reporting fork errors when `msys2-runtime-devel` is installed and should get upgraded together with `msys2-runt…
-
Hi, developers, thank you for your checking. It seems the lock `ctx->module_lock` is not released correctly when ret != `RSGTE_SUCCESS` in the function `rsksiCtxOpenFile`?
@taavi-valjaots
https…
-
Python 3.12 added support for immortal objects (https://github.com/python/cpython/pull/19474). These add immortality checks to incref/decref operations, which add some overhead. Some programs don't ge…
-
Since we support much more modern Python 3.x builds, we should use static type checking with our Python codebases. By making our types explicit and more absolute, this should not only improve code cla…
-
The overflow safety surface is pretty useful, but it's also just a heuristic. It can be too restrictive in some cases, and even perhaps too permissive in a few.
In practice, unit conversions shoul…
-
# Description
Hi can anyone explain why the question below has an answer of "1534"? I thought type checking happens during runtime and therefore had an answer "1555". :(
## Topic:
Finals
…
-
UPDATE: https://github.com/paritytech/polkadot-sdk/issues/211
---
The [`ensure!` macro](https://paritytech.github.io/substrate/master/frame_support/macro.ensure.html) is useful for checking assu…
-
## File a bug
I ran into a regression going from 8.0.1 to 9.0.0 using the Sqlite provider. I have some code which is checking if the string value of a column (column name Value) is one of a number of…