Grayson Head
Grayson Head
Thanks @etiennecaldo, It now looks like the follwing: ``` class SegmentDetail(ResourceDetail): def after_update_object(self, object): object.calc_distance() self.session.add(object) self.session.commit() schema = SegmentSchema decorators = (login_required_api, ) data_layer = { 'session': db.session, 'model':...
Hey there, I'm also very interested in MySQL/MariaDB support, so thanks for the PR. I pulled this PR and checked it out today, and noticed a few things: Firstly, the...
I get the same error on any version of python before 3.3 that doesn't include ipaddress as a core module. I think that there is a syntax error in the...
I'm getting the exact same error on one of my projects as well: https://github.com/graysonhead/jager/blob/cargo2nix_refactor/flake.nix ``` [grayson@gdesktop jager]$ nix develop error: builder for '/nix/store/6qa0j4l11rmxyzll1syz3i1rh3yvyakq-nix-shell-env.drv' failed with exit code 1; last 2...
I tried doing this, but it still grabs the host level override even though it is second in the list: ``` var window = 5m var data = stream |from()...
I'm having the exact same behavior on NixOS: ``` Oct 11 10:56:25 deckchair .cosmic-panel-wrapped[2694]: com.system76.CosmicAppletNetwork: thread 'tokio-runtime-worker' panicked at cosmic-applet-network/src/network_manager/mod.rs:365:44: Oct 11 10:56:25 deckchair .cosmic-panel-wrapped[2694]: com.system76.CosmicAppletNetwork: called `Result::unwrap()` on an...
So I dug into this a little bit. When constructing NetworkManagerState, and running `.get_settings()` on known connections, its failing on 2 of about 40 connections (I added some error handling...
I was able to track down the two connections that were causing issues, and they are just regular saved wifi connections. There doesn't appear to be anything special about them....