Jeremy Fleischman
Jeremy Fleischman
The README suggests that we add the following javascript to our project: ``` javascript $(document).on('ready page:change', function() { $('.datepicker').datetimepicker({ pickTime: false }); }); $(document).on('ready page:change', function() { $('.datetimepicker').datetimepicker({ pickSeconds: false...
At time of writing, this https://github.com/aantn/smag/commit/d1d7b62d842099ba708870ec024cca14cbb3db9b is tagged as [`v0.7.0`](https://github.com/aantn/smag/blob/v0.7.0/Cargo.toml). However, the corresponding Cargo.toml has [`version = "0.6.0"`](https://github.com/aantn/smag/blob/d1d7b62d842099ba708870ec024cca14cbb3db9b/Cargo.toml#L3) in it.
### Problem Description I have a gui application (`xclock`) configured with systemd to start up as part of `graphical-session.target`. xmonad is configured to move this application to a specific desktop...
I'm quite new to all of this. Some context: - I'm using systemd-resolved - I'm dealing with a corporate vpn (as described here: https://systemd.io/RESOLVED-VPNS/) - I'd like to configure the...
`test/test_smart_completion_public_schema_only.py::test_auto_escaped_col_names` fails when run under sqlparse 0.4.3, but passes when run under sqlparse 0.4.2: Passes with sqlparse 0.4.2: ``` $ git checkout v1.26.1 && pip install -r requirements-dev.txt && pip...
This fixes https://github.com/awilliams/wifi-presence/issues/20 `wpad-*-wolfssl` still exists, but it's not installed by default anymore. In https://github.com/openwrt/openwrt/commit/2630e5063df0240eb0d05cd6e953b2bd412e3215, the default changed to `wpad-basic-mbedtls`. It sounds like that might be a better choice, so...
I'm seeing the following error when I try to build an image with this package installed: > * check_data_file_clashes: Package wpad-basic-mbedtls wants to install file /build/openwrt-imagebuilder-23.05.2-mediatek-mt7622.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/sbin/wpad > But that file...
Have you considered adding support for MQTTS? It feels pretty pointless to me to have my routers sending usernames and passwords unencrytped to my MQTT broker. Thanks for the awesome...
Should I be filing issues here or upstream over at `Iwasawafag`? Thanks!
I followed the instructions [here](https://github.com/vmg/redcarpet#and-you-can-even-cook-your-own) to implement my own header method. I want to generate headers with a pretty anchor link so users can easily link to parts of my...