Wojtek Majewski
Wojtek Majewski
I try to model simple states and transitions for my electronic hobby project. This is code that i'm using: ```nomnoml [booted]-> click A [selecting_work_time] [booted]-> click C [work_timer_running] [selecting_work_time]-> release...
I install some ruby with this dependency: ``` yaml --- dependencies: - role: rvm_io.rvm1-ruby rvm1_rubies: - ruby-2.0.0-p643 rvm1_default_ruby_version: ruby-2.0.0-p643 ``` and later on install a gem with following task: ```...
Got a simple cljfx project that i want to get built with cambada (ideally with native-image, but i'm kind of stuck on uberjar now). Project repo: https://github.com/jumski/tone-collector/tree/add-cambada ### My `deps.edn`...
Guys what about gitlab support? I see here and there that github api is hardcoded, do you plan/have any thoughts on this one? There is https://github.com/NARKOZ/gitlab that can be used...
I have a hard time understanding how this should work. The "Related products" tab under product edit allows to search only for variants. How to add related products for a...
I believe this is same stuff as https://github.com/spree-contrib/spree_related_products/pull/107 (related to https://github.com/spree/spree/issues/5842) Please tell if i should base this on master. Thanks
I have written a simple script that i want to use to get OpenAI API key from bitwarden vault using bitwarden-cli: ```shell #!/bin/bash bw get item OpenAI | jq --raw-output...
Hi! I really like the whole idea. I have ~year of data that i would like to populate von keys with. Do you guys have any easy way to do...
fixes altercation/solarized#252
I'm a happy user of vrome for over a year. But in the past months time between hitting `f` and displaying labels degraded significantly. I have a decent machine (i7...