-
# Lines of code
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contracts/liquid-staking/LiquidStakingManager.sol#L278-L284
https://github.com/code-423n4/2022-11-stakehouse/blob/main/contr…
-
This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot).
If I'm commenting on this issue too oft…
-
Hi there,
A small question. Looking at the Friendica source I see they are using your Console.php code. There is however one spot in the Console.php file where a count is being used instead of cal…
-
Hello,
I'm doing something wrong and I'm unable to figure it out.
```
async function fetchVideos(opts) {
let data = Vue.axios.get('videos', { params: opts })
.then(response => re…
-
Hi,
I am working on a XSLT with PHP project which involves allowing the user the possibility to write their own extension function. The problem I am hitting is on the C++ side the function (i.e. us…
-
I'd like to pick up the discussion from #695.
I'm also thinking about which calling convention is best for us, though I'm thinking about garbage collection more than error handling. For precise gar…
-
For example, in `strcpy` (ignoring the UB overlapping check):
https://github.com/jvoisin/fortify-headers/blob/9aa4490263ead62dc545cf0e8b83e0ef77eb7a6e/include/string.h#L139-L150
By the time, `__…
-
Hello,
I am calling firebase refresh token from flutter by using dio package as below
`
try {
var codeEncoded = utf8.encode(authorizationCode);
final response = await dio.get('https://us-…
-
Hello. I want to import function ```capex_table``` in https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park/blob/master/biorefineries/tea/cellulosic_ethanol_tea.py#L202, I try to import with …
-
### What happened + What you expected to happen
```
ray.get_actor(reducer_name).allreduce.remote(tensor, sequence)
```
throws exception RuntimeError: Lost reference to actor but
```
actor = …