kriegalex

Results 11 comments of kriegalex

MD5SUM 1.0.1 ``` 42396a2fe8d5654eca3cd77bebd7666a zipper-1.0.1.tar.gz 2294d0f39ffdd97fc18fd7d5ffe8b9ca zipper-1.0.1.zip ``` MD5SUM 1.0.0 ``` 4333987f299eeb90b3a7403bd8ccdb1a zipper-1.0.0.tar.gz e094ce44aafbd765bfcea8e264753ad9 zipper-1.0.0.zip ```

Hello, Please have a look at this release example from ITK to see what I mean (MD5SUMS file) : https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.1.0 This is by now a common practice, very useful in...

Sorry I cannot help you more on CD/CI part of it, I'm not familiar with Github CD/CI's integration possibilities

Hello, this is what I wanted to do with [this other project](https://github.com/kriegalex/vscode-cudatools). Maybe I should update the description of this project and update it on VS code repos so that...

Hello, To be honest with you, after Clion started working nicely with CUDA (and now even officially supported), I lost interest into making CUDA fully supported by VS Code. Also,...

I'll review and update this at some point, no worries. Sorry for the many English syntax errors in the doc, it is not my main language. Thanks for the tips....

I hope this comes back from backlog, would be useful for SSH TCP for gitlab, unless someone has a reliable workaround.

I'm closing this pull request as I ended up not following this guide for my final cluster, so I didn't work on it that much. I went with bare metal,...

I have been able to reproduce. The pattern is always the same : 1. Select a new input search 2. The autocomplete works 3. Empty the cell 4. Type something...

``` if (action instanceof InvalidatePoint) { const points = QueryStore.replacePoint(state.queryPoints, { ...action.point, isInitialized: false, queryText: '' }); return { ...state, queryPoints: points, }; } else if (action instanceof ClearPoints) {...