tinnus-napbus
tinnus-napbus
**Describe the bug** if you run ``` urbit -X /cx/base/gen/code/hoon -Y foobar zod ``` it saves the file in ``` /home/user/piers/zod/.urb/put/home/user/piers/foobar.jam ``` **To Reproduce** Steps to reproduce the behaviour: 1....
**Describe the bug** also input fields have a white background see screenshot below **To Reproduce** Steps to reproduce the behaviour: 1. open [host]/~debug in a browser with dark mode set...
**Describe the bug** docket globulator file uploads fail with `strange filename: ` if the filename contains spaces due to `++fip:handle-http-request` not handling spaces. ``` %docket globulator strange filename: public/audio/Pixie Dust.wav...
if a cert is configured and a secure port is live it will set the redirect flag in http-config.state. When it gets a ++request it will return a 301 redirect...
the extrusion cross-sectional area calculation you're doing will produce a line width equal to the nozzle diameter which is usually under-extruded. The nozzle field should be renamed line width since...
this adds a %cache scry to Eyre to return the entire cache. It also moves $cache to lull so you can easily return it. currently, if an app adds a...
A draft of one approach to aliasing parsers to make them a bit easier. What do you think of this approach @sigilante ? also I'm not sure where the best...
Currently if you nuke the %blog agent your blog will still be published because it stores the pages in the Eyre cache. Eyre only lets you scry for cached data...
this extends gall's userspace permissions (#6493) into spider using local provenance (#6605). any thread started will inherit the permissions of the app that ran it (not the desk it resides)....
Long-awaited userspace permission PR. This is one of three fully separate prongs that aim to provide better privacy & security within userspace. This prong aims to restrict the effects Gall...