James Loh

Results 33 issues of James Loh

It'd be awesome if Bulma supported the `@media (prefers-color-scheme: dark)` media-query out of the box! I'm aware this would require two whole colour pallet/themes so understand if this is more...

It'd be awesome to be able to group components somehow or have a master component to have other ones under. An example would be for servers, eg: ```yaml servers: -...

Not sure if this is intended or not, but after setting up email notifications with a custom source email address the original subscribe email is still sent from `[email protected]`. The...

The firehol level 1 list is blocking the Shopify IP `23.227.38.65`. This IP serves several shop fronts on the Shopify platform. The block appears to be coming from the `bambenek_c2.ipset`...

Unsure whether this is intended or not but ESI tags with single quotes wont match the below. ```lua local src, err = ngx_re_match( include_tag, [[src="([^"]+)"]], "oj" ) ``` https://github.com/pintsized/ledge/blob/adf3372c5c6b6c4d659f13ba2fca40063a2176c9/lib/ledge/esi/processor_1_0.lua#L385-L404

bug

I'm curious as to whether its possible to have multiple documentation sets per install? Like, could I have docs.example.com/project1/ and docs.example.com/project2/ where each project is loaded from a separate repo?...

It'd be cool to be able to use dark as the default and setup a `@media (prefers-color-scheme: light)` query so that the theme is dark by default, but switches to...

enhancement
good first issue

I'm using the latest version of the `log_import.py` script and I can't seem to get the `--useragent-exclude` flag to work. I have log lines like this: ``` get.geojs.io 52.86.xxx.xx -...

At the moment there is an empty `master.js` file included on all pages. Is this meant to be here? It appears to be blank?

It’d be great if GeoJS had a currency endpoint that returned what currency the users current country used.

feature