Marcel Hellwig

Results 66 issues of Marcel Hellwig
trafficstars

Currently When I want something like fn foo(a: &mut Vec) -> impl Iterator { Heap::new(&mut a).map(|h| 0) } it won't work, because it says, that `a` won't live long enough,...

This crate is awesome by it's idea/implemetation. Why isn't it developed anymore?

Currently, we have this arrangement of types https://github.com/robtaussig/react-use-websocket/blob/0d9444df3a143bd3bec5fead7fdb05f7a00f9908/src/lib/types.ts#L62-L69 The problem is, that we `T` is not forwarded to the `sendJsonMessage` member. If we try, we get an error: `Type 'SendJsonMessage'...

> SCRIPT5007: Unable to set property 'data' of undefined or null reference in jquery.sse.js (156,32) MCVE: var sse = $.SSE("test.php", { onMessage: function() { sse.stop(); } }); sse.start(); Update: I...

user_not_answer

https://github.com/Xilinx/embeddedsw/blob/8fca1ac929453ba06613b5417141483b4c2d8cf3/lib/bsp/standalone/src/arm/cortexa9/xil_cache.c#L352-L359 there is the `#ifdef USE_AMP` inside the `while` loop which means, that it is an endless loop. My suggestion would be to include the `while` "header" inside the `#ifdef`...

there are some special memory register, see https://wiki.superfamicom.org/registers It would be nice to add them as well as WRAM etc.

Hey buge, thanks a lot for this library, I really appreciate it :) When I add this library via `yarn add @buge/ts-units`, then do `yarn install` and `yarn start`, I...

Hey everyone, This is my first commit on this repo, so please point everything out that isn't correct. My problem is, that INWX is currently only supported by dyndns2. This...

``` org $8000 foo: LDA #datasize(.data) .data: db 0, 1, 2, 3 .end ``` ``` my.asm:4: error: (Elabel_not_found): Label '.data' wasn't found. in block: [LDA #datasize(.data)] ``` for global labels,...

bug
fixed in 2.0

If you use [case/switch as an expression](https://doc.veryl-lang.org/book/05_language_reference/04_expression/05_case_switch.html) you need to write this: ```veryl case a { 0 : 1, 1 : 2, 3..=5 : 4, 10'b00_0000_011x: 5, // matches 6...

lang