Michael Fliegner
Michael Fliegner
mf@Michis:~/nixkell$ niv update Updating all packages Package: nixpkgs Package: gitignore Package: treefmt FATAL: Could not read the output of 'git'. command: git ls-remote [email protected]:numtide/treefmt.git refs/heads/master stdout: stderr: [email protected]: Permission denied...
**GET http://localhost:8000/genie.jl/master/assets/js/itllhykhbznmdrytqcbbvolcmvmiivbv/webthreads.js net::ERR_ABORTED 404 (Not Found)** MWE is from Stipple README with one change: ```julia -: model = Stipple.init(Name(), transport = Genie.WebThreads) +:model = Stipple.init(Name, transport=Genie.WebThreads) using Genie.Renderer.Html, Stipple Genie.config.log_requests...
Tables' ordering changes between calls to ShowTable. That is inconvonient.
diagrams-lib > [36 of 73] Compiling Diagrams.Trail diagrams-lib > diagrams-lib > /tmp/stack-01e77da6031f7a18/diagrams-lib-1.4.4/src/Diagrams/Trail.hs:314:32: error: diagrams-lib > • Couldn't match type ‘Option a0’ with ‘Maybe m’ diagrams-lib > Expected type: t ->...
[bitemp.sql.txt](https://github.com/digitallyinduced/ihp/files/11253507/bitemp.sql.txt) ihp should integrate POSTGRES DDL needed for range types and GIST indices. Pasting my DDL from a [running web app](https://github.com/Actuarial-Sciences-for-Africa-ASA/GenieBuiltLifeProto) into ihp schema code editor will produce the errors...
Selecting BIGSERIAL for a primary key column "id" in the column editor generates id BIGSERIAL PRIMARY KEY NOT NULL, while id BIGSERIAL PRIMARY KEY would be correct. For a BIGSERIAL...
I would expect this function to create a connect with Logging configured to leglevel error. But I still get Info messages in my logs function connect0() let conf = SearchLight.Configuration.load()...
ch9/caesar.hs should be Ch9/caesar.hs ch11/vigenere.hs should be Ch11/Vigenere.hs otherwise cabal complains, it can't find them
I would be very grateful for anything helpful, comprehensive example or just a hint, how to use the Trees module.
Add direnv whitelist configuration in dockerfile && mkdir -p .config/direnv \ && echo '[whitelist]' > .config/direnv/config.toml \ && echo prefix = [ \"/workspace\" ] >> .config/direnv/config.toml \