👀
It should really be called "The Trees", not "The Woods".
82 'Til Infinity
- Malmö, Sweden
-
02:35
- 2h ahead - https://zkc.se
- @ezivkovic@hachyderm.io
- in/erikzivkovic
Pinned Loading
103 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 2 commits in 1 repository
Created 1 repository
-
bes/wasm-bindgen
Rust
This contribution was made on Apr 6
Created a pull request in rustwasm/wasm-bindgen that received 5 comments
Workaround for a TextDecoder bug in Safari causing a RangeError to be thrown
TextDecoder
in Safari has a limitation that causes it to throw RangeError
after decoding more than 2GiB of data. This causes long running wasm prog…
+506
−169
lines changed
•
5
comments
Reviewed 1 pull request in 1 repository
rustwasm/wasm-bindgen
1 pull request
-
Workaround for a TextDecoder bug in Safari causing a RangeError to be thrown
This contribution was made on Apr 7
Created an issue in rustwasm/wasm-bindgen that received 4 comments
Safari: TextDecoder refuses to process data after 2GB causing RangeError (Bad value) and Out of bounds memory access
Describe the Bug
After processing 2GB of data, Safari's TextDecoder
refuses to produce any more strings, apparently some sort of (successful) secur…
4
comments
Answered 1 discussion in 1 repository
rustwasm/wasm-bindgen
rustwasm/wasm-bindgen
-
Safari (17.5 -> 18.0.1): "Out of bounds memory access" and "RangeError: Bad value"
This contribution was made on Apr 6