-
If you have a function pointer `fn_ptr`, you can optionally dereference that pointer when making the call, i.e. you can do both `fn_ptr()` and `(*fn_ptr)()`. The former case is currently rewritten cor…
-
I have been experimenting with the coro backend. I wrote some basic tests and encountered one that behaves weird.
It is non-deterministic, which is expected to a async backed, but this inconsistency …
-
FN payments received should be transfered to X address configured after they fully confirm in FN wallet
-
### Description
When using `label()` or `toVar()` to give variables a name, collisions can occur when the name is already reserved for internal entities like uniforms or varyings.
If you now red…
-
Recently, I came across some code in `tests/language/loop/for_variable_capture_test.dart` that has piqued my interest regarding how Dart handles variable capture in closures within loops. I'm looking …
-
# Proposal
## Problem statement
Implementation of `to_digit` is convoluted and inefficiently does too much. Yet it still accepts radices `0` & `1`. While there is no such system as nullary, [unary](…
-
### Zig Version
0.14.0-dev.2047+985b13934
### Steps to Reproduce and Observed Output
I'm learning zig and trying to write a test demo, the following test will occur a complier error
```zig
//a si…
-
The [RSPEC](https://jira.sonarsource.com/browse/RSPEC-2931) mentions native resources, such as `IntPtr`, `UIntPtr`, and `HandleRef`, but the implementation does not care about them (either before or a…
-
### What happened?
The withDynamicRead method was gated with the `beam_fn_api` experimental flag in https://issues.apache.org/jira/browse/BEAM-11946 && https://github.com/apache/beam/pull/14168.
…
-
Hi,
We are using ureq in our [PKCS#11 module](https://github.com/Nitrokey/nethsm-pkcs11), thank you for this reliable and simple library.
We recently had to fork ureq in our use to implement mis…