Patrick Smith
Patrick Smith
Now that we can [return tuples](https://github.com/RoyalIcing/Orb/issues/20) (e.g. `{1, 2, 3}`) I think we should disallow implicit pushing of values onto the stack. e.g. ```elixir defw abc(), {I32, I32, I32} do...
Now we can return tuples #20 we might want to use tuples for other operations such as assignment. We could allow someone to write: ```elixir defw example(), I32, a: I32,...
With Redis changing its license, is there appetite for the fork [Valkey](https://valkey.io/) to be supported, or a fork of this plugin specifically for Valkey?
As we all discussed on Alembic Slack: > the fact that people mark fields as public to be writeable and then can accidentally expose fields defeats the entire purpose of...
See Go’s great overview in a single page: https://go.dev/doc/effective_go Table of Contents: - [Introduction](https://go.dev/doc/effective_go#introduction) - [Examples](https://go.dev/doc/effective_go#examples) - [Formatting](https://go.dev/doc/effective_go#formatting) - [Commentary](https://go.dev/doc/effective_go#commentary) - [Names](https://go.dev/doc/effective_go#names) - [Package names](https://go.dev/doc/effective_go#package-names) - [Getters](https://go.dev/doc/effective_go#Getters) - [Interface names](https://go.dev/doc/effective_go#interface-names)...
https://github.com/danprince/webassembly-wizardry
When we have a float we never know if it’s valid or NaN (not-a-number). This makes math easy, as if you multiply or do other operations on a NaN the...
When running on Deno Deploy I get: `TypeError: process.cwd is not a function` My repo is open source: https://github.com/cool-calm/calculated-world
https://github.com/BurntCaramel/BurntFoundation – pleasant additions to make notification subscribing and user defaults better integrated with Swift. https://github.com/BurntCaramel/BurntCocoaUI – declarative assistants to make NSMenu, NSPopUpButton, NSSegmentedControl easier on the Mac.
https://github.com/google/wuffs/blob/main/doc/wuffs-the-language.md