Nehal Patel

Results 23 issues of Nehal Patel

Thanks very much for posting your code -- it is very helpful and fun to study! I have a small question... Q: Is there are reason you chose to define...

Hello, When I run anaconda-project, I see warnings such as `anaconda-project.yml: No commands run notebooks notebooks/foo.ipynb, etc. ` This warning is not helpful as it does not really match my...

Hi -- Thanks for conda-lock, it is great. Currently conda-lock delegates installation to conda. However, conda does not do 'minimal work' when running e.g. `conda create -n foo --file f.lock`...

question

running ``` compose(context(), fill("tomato"), (context(0.0, 0.0, 0.5, 0.5), circle(0.5,0.5,0.25)), (context(0.5, 0.5, 0.5, 0.5), rectangle(0,0,1,1))) ``` in IJulia creates a pretty picture of a circle and a rectangle, but it's not...

Hi -- The Typescript example is really useful, but seems to only have typings for Premiere. Is there any chance Adobe could generate typings for its other products? In particular,...

There are some features that I think might be useful to add to simplify performing 'texture compute' (such as the stuff done in tensor.js). This primarily involves adding helpers for...

Hi -- I currently use `anaconda-project` to maintain repeatable cross platform environments, but it has complexity that isn't really needed for my use case and I would like to consider...

Hi, when the debugger launches is there a way to select a choice without using the mouse? Thanks!

enhancement
help wanted

Hi -- is it possible to force BinDeps to always prefer Autotools over other providers (in my particular case yum)? At a higher level, I want to be able to...

## Description When the x data has more than 2^34 datapoints , the opencl kernels generate inconsistent data, leading to 'Check failed' errors. Does this make sense to the authors...

bug