Phil Smith
Phil Smith
..and now I understand pull request 21. Was there a specific reason (aside from annoyance at customizing `AC_LANG_PUSH([C++])`) that it wasn't merged in? As an application author and so in...
I've taken to doing this at the top of my `config/warble.rb`: ``` ruby # Setting config.traits simply does not work. # https://github.com/jruby/warbler/issues/94 module Warbler::Traits def auto_detect_traits [Jar, Bundler, NoGemspec] end...
I'm in the same use case as @nolanlawson, LineageOS with MicroG. Screen shot: 
I found this issue while reading metacontroller's source to see if I could do just as you are proposing: run several, limited metacontroller instances (one per desired controller). As you...
To be clear, the CRD in question isn't namespaced; from the repro script: ``` --- apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: reproresources.repro.example.com spec: group: repro.example.com names: kind: ReproResource plural: reproresources...
Hello! I'm always happy to look at pull requests, but unless there is a demonstrable bug I probably won't get to this myself for a while. Hopefully the dev environment...
Popping in to report my steps to get this working. This is on a fresh Pop!_OS 22 instance. * `sudo apt install gir1.2-gtop-2.0 gir1.2-nm-1.0 gir1.2-clutter-1.0 gnome-system-monitor` per @hexdecimal16 * `git...
> i had solution this by change the who fils name, like: > pip install intel_extension_for_pytorch-1.12.100-cp38-cp38-macosx_10_9_x86_64.whl. The same can be had by using a version constraint in pip: ``` pip...
https://github.com/google/skicka already handles this, and appears to also meet my basic needs for syncing content up and down to google drive.
I don't know if the needed fix should be in drift detection or in `Fn::Cidr`, but concretely "natural" use cases for creating IPv6 subnets, such as [AWS's own example][0], fail...