Luka Rahne

Results 12 issues of Luka Rahne

From first example in [README](https://github.com/flamegraph-rs/flamegraph#examples) flamegraph /usr/bin/yes would not expect to get error error: Found argument '/usr/bin/yes' which wasn't expected, or isn't valid in this context USAGE: flamegraph [OPTIONS] [--...

It seems that `yield_now()` can induce panic. What happens is if we _yield_now()_ in _main()_ twice, we can generate panic. This issue applies also on embedded systems / stm32. To...

Great tool. I think that performance of program on long run converge towards minimum value not towards mean. Can you include best run as output?

This fails, but I think it should not. ~~~rust let mut rng_tx = fastrand::Rng::new(); let mut rng_rx = rng_tx.clone(); assert!(rng_tx.get_seed() == rng_rx.get_seed()); ~~~

Fix issue as reported https://github.com/smol-rs/fastrand/issues/36 This is same as pull request [#37](https://github.com/smol-rs/fastrand/pull/37) , but have test in test folder.

We have detected several issues in [ethernetif.c](https://github.com/STMicroelectronics/STM32CubeH7/blob/master/Projects/NUCLEO-H743ZI/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS/Src/ethernetif.c) For refernce we used this on NUCLEO-H743ZI, but bug likley applies also on on related boards as most of this code is shared....

bug
internal bug tracker
mw
eth

## Describe the bug When window is moved to 2nd screen, window freezes and becomes non responsive. Cpu usage remains low. ## Lapce Version Tested with - master branch build...

C-bug

for example ``` *Main> a = minBound :: SFixed 5 2 *Main> abs a -16.0 ``` where expecting maxBound that is 15.75

current ``` window :: (KnownNat n, Default a) -> Signal a -> Vec (n + 1) (Signal a) ``` proposed ``` window :: (KnownNat n, Default a) -> Signal a...

It seems that when received type is `json` then `response` is null and `responseText` is json text, but from my understanding of standard it should be vice versa. From: https://xhr.spec.whatwg.org/#the-responsetext-attribute...