DeltaF1

Results 11 comments of DeltaF1

@noffle The servers are still using DNS as the communication method though, are they not? Maybe `dns_servers` would be a more descriptive title than either separately.

Doing some more experiments. ```js fetch("hyper://folder-creation-bug/another-one/test.json", {method: "PUT", body: "['test2']"}) ``` Produces an empty folder called "another-one" inside the /Users/Delta/AppData/... nonsense, but *also* correctly creates /another-one/test.json at the hyperdrive root....

The problem is that UTF-8 is a variable-length encoding, so 256 characters could take up between 256 and 1024 bytes. Do you have a specific technical reason to limit it...

If you don't have a specific technical need for a maximum of 256 bytes (i.e. some sort of block size for an algorithm) then I don't think there's anything wrong...

I ran into this problem as well. The reason that your keys are empty is that `sub.createHistoryStream` actually creates a stream on the root hyperbee, but applies the sub's encoding...

I just tested without `use_panic_handler` and using the debugger I could see it call the same misaligned pointer panic, so it may not be related.

I recommend putting a breakpoint in `core/src/panicking.rs` Line ~169 `panic_misaligned_pointer_dereference`, that's where it's ending up for me (only tested on hardware just now but I was using Citra to debug...

Nice find, thank you! That looks like it could be a good base to work off of. I wonder if the EPD pins are the same on my board, it's...

Sorry I haven't worked on price tag stuff in a while. The picture here https://github.com/muyuchl/cc2640BleEpd/issues/2 shows a similar layout on the e-ink side to the board I have, but the...

I think I just reproduced this on my N3DSXL. 1. Launched NSMB2 2. Pressed Home 3. Launched mGBA from the home screen 4. Pressed (A) to confirm closing NSMB2 and...