84
points
laex
Joined 1,129 karma
- laexgithub: https://github.com/r-wasm/webr
- hard to gauge significance without carbon dating of the scrolls. Why leave that out ?
- Do you have a brand name or amazon link for the mineral packets ?
- See Kelsey Houston-Edwards's exceptional breakdown of Williams' paper, & Scott Aranson's thoughts on the topic.
- Can HTMX be used with static site generators, such as Hugo, to create interactive documentation websites?
- For anyone who wants to see the logo in action, I'd like to recommend checking out the SVG Playground link. It's a great tool for exploring and manipulating SVG code, and it makes it easy to see how the logo looks on different backgrounds and at different sizes.
https://svgplayground.com/#encodedsvg=PHN2ZyB3aWR0aD0iMTAwIi...
- 2 points
- Can we expect react native integration any time soon ?
- Do the themes work with Monaco editor ?
- Is there a hosted demo ?
- Is Doom better than Spacemacs ?
- 4 points
- Are there any plans to support react native?
- How does react-native-mmkv-storage store data under-the-hood?
When I was building SwiftStore - a KV store [1] for iOS, I went with LevelDB as the choice for the underlying database.
LevelDB because it's written in c++ and used widely as an embedded database. Integrating it as a static library in Objective-C is also fairly straight forward.
- Is it possible to use it at the native layer (objective-c / java )? My use case is for storing/reading info before react-native JS is bootstrapped. I've tried using AsyncStorage for that but the bindings for objective-c isn't straightforward at all!
- 2 points
- 4 points