awb99

Results 102 issues of awb99

### What version of Datahike are you using? 0.4.1480, with konserve "0.6.0-alpha3" ### What version of Java are you using? 17 ### What operating system are you using? libre-linux, guix...

bug
triage

This questions might be stupid: I know that figwheel's main focus is on notifying changes during development to the browser. However, the fighwheel-main starter template includes also "min" config, so...

I created some html code that I then render on both my development machine, and also on a headless server. I do notice two behaviors: 1. The server renders font...

I am getting this warning when I add meander to my project: ``` Reflection warning, meander/util/epsilon.cljc:758:24 - reference to field val can't be resolved. ```

help wanted

I tried installing on arch linux, with: ``` sudo dpkg -i fairy-wallet_0.10.0_amd64.deb ``` However I got lots of dependency issues: ``` dpkg: dependency problems prevent configuration of fairy-wallet: fairy-wallet depends...

filesmaybe is useful as well. I modelled it after resourcesMaybe ``` (defrecord FilesMaybe [options] bidi/Matched (resolve-handler [this m] (let [reminder (url-decode (:remainder m)) filename (str (:dir options) reminder)] ;(warn "file-maybe:...

the handler for files is wrapped with (wrap-not-modified). the resource handler does not have this middleware call. It is not logical that one has, and the other has not. I...

**version** "0.3.5" **platform** linux, guix **problem** Cryptic error message when I compile a code that contains a bad namespace form. **repro** I have put in a bad ns form. The...

PR welcome

InfluxData.Net uses System.Net.Http 4.1.1.1 If I just require the latest version (v8) via nugget, and then use the .net 4.6.1 I am getting errors that the version of System.Net.Http is...

I really like re-com. :-) but I cannot use it. Our app is built with tailwind-css. And the bootstrap css styling fucks up a lot of things. Bootstrap is two...

enhancement
styling