Sridhar Ratnakumar
Sridhar Ratnakumar
This change allows the head widget to dynamically render based on what the body will later return. `Frontend route` now becomes `Frontend route a`, allowing the `_frontend_body` widget to return...
I'm unable to use the Postgres types (like `PgJSONB`) in Reflex apps (`common` package of obelisk) because `beam-postgres` won't compile in GHCJS as it depends on postgresql, etc. Unless I'm...
Because it has been (rightly) changed from the original [discriminatory](https://twitter.com/carnivivre/status/1181380319469019138) one. https://github.com/nielse63/jquery.resizeend/pull/5#pullrequestreview-50729378
I'd like to minimize the Nix stub required to use treefmt in my projects. Presently, there is a ~40 line nix that provides me `nix run .#format` (runs treefmt in...
Some links to interesting discussions here: https://twitter.com/ravi_mohan/status/784246016555884544
user> (use 'clojureql.core) WARNING: distinct already refers to: #'clojure.core/distinct in namespace: user, being replaced by: #'clojureql.core/distinct WARNING: conj! already refers to: #'clojure.core/conj! in namespace: user, being replaced by: #'clojureql.core/conj! WARNING:...
https://github.com/NixOS/nixpkgs/issues/146349
cf. https://github.com/NixOS/nixpkgs/tree/d600f006643e074c2ef1d72e462e218b647a096c/pkgs/misc/vscode-extensions/vscode-lldb 
I personally don't use tests for most of the repos created off this template. I find myself having to delete the tests. For pedagogic reasons also, we want a self-sufficient...