Dan Groshev

Results 35 issues of Dan Groshev

Hi there! There is a pretty common (as far as I know) pattern of using frontend tools in Docker containers for local development. However, it makes notifications (using e.g. gulp-notify)...

I'm not sure if it's a feature request or a bug, but we have a bit of a problem. README recommends running `pip-compile` on target platform. For us it means...

cache

`files.sync` always applies host's file permission on the destination directory regardless of `mode` in the command: https://github.com/Fizzadar/pyinfra/blob/ff0913d6a172966760b63fe59e55dff9ea852e0d/pyinfra/operations/files.py#L573 It might be the intended behaviour, but it's fairly surprising, as code like...

**Describe the bug** `python-mip` doesn't come with aarch64 libs (eg for an M1 mac) (also see #199), so the only way to run it is by building cbc manually. Unfortunately,...

cbc-platform
osx

First of all, thanks for this awesome piece of software! We've deployed the latest Mercure and it works great. However, there are two tiny ops snags in its logging as...

bug
pinned

Hi there, Choco team! I'm only familiarising myself with Choco now, but it looks like an awesome piece of work. Thanks a lot for an amazing job! I would love...

Is there any reason to not represent things like ``` erlang [{init,{state,undefined,{array,0,10,empty,10},208740,large,last}},{set,{var,1},{call,ecirca,new,[208740,last,large]}},{set,{var,4},{call,ecirca,set,[{call,erlang,element,[2,{var,1}]},158910,256964645335393280]}},{set,{var,6},{call,ecirca,slice,[{call,erlang,element,[2,{var,1}]},207505,131476]}}] ``` as ``` erlang A = ecirca:new(208740,last,large), B = ecirca:set(erlang:element(2, A), 158910, 256964645335393280), C = ecirca:slice(erlang:element(2, A), 207505,131476)...

New Terraform [changed the way alternative providers should be declared in modules](https://www.terraform.io/docs/language/providers/configuration.html#alias-multiple-provider-configurations), but this plugin doesn't support it yet unfortunately. ### Installation details - [x] IDE version (`Help->About->Copy to Clipboard`)...

We need to revise distribution of methods between protocols at some point. Here is an example why this is needed: ``` clojure (defprotocol PZeroDimensionAccess (get-0d [m]) (set-0d! [m value])) (defprotocol...

enhancement

We could extract PDoubleArrayOutput to a separate namespace and generalize it a bit, allowing to communicate between implementations with long arrays too (at least).

enhancement