Patrick Smith
Patrick Smith
Instead of: ```elixir defw xyz(), {F32, F32, F32} do 0.0 0.0 0.0 end ``` Write: ```elixir defw xyz(), {F32, F32, F32} do {0.0, 0.0, 0.0} end ``` This will require...
In an early version of Orb, most things were wrapped in `wasm do` which setup a scope with the Orb DSL (disabling `Elixir.Kernel`) and inside you placed `func do`, `(data)`...
- https://twitter.com/DrawsMiguel/status/1700685470437409221 - https://twitter.com/gsnedders/status/1700825651589054758 - https://twitter.com/DrawsMiguel/status/1700897219954544844 Would this tie into syntax like? ```elixir loop Hello do i = i + 1 end |> while(i < 10) ``` I don’t think...
Index and search https://github.com/mdn/browser-compat-data/blob/main/http/headers/Cache-Control.json
See https://github.com/rsms/inter/blob/master/docs/glyphs/index.html : ```html ``` I could concatenate them to create custom favicons & OG images.
Kevin Yank has asked for a RSS feed! I could add one with a changelog of new articles and also changes and new examples.
- https://endoflife.date/api/nodejs.json - https://endoflife.date/nodejs
- https://twitter.com/royalicing/status/1595565344591998976
https://html.spec.whatwg.org/entities.json
``` Could not find a declaration file for module 'tailwindcss'. '/Users/pgwsmith/Royal Icing/little-eagle-remix/node_modules/tailwindcss/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/tailwindcss` if it exists or add a new declaration...