Johannes

Results 19 comments of Johannes

I don't have much time to contribute right now, but if one of you puts in a PR with the suggested changes, feel free to ping me for comments.

I had the same problem as @cailinw. I had an old version of juliaup on Ubuntu 21.10. I installed it some time ago when @davidanthoff released the first easy install...

Unfortunately, the high memory usage is flaky for me :bowl_with_spoon: :disappointed: I reproduced this multiple times on the day I opened the issue, but now I can't. Same versions of...

I toyed around with it some more, and I can now reproduce the issue when I add `show_value=true`: ```jl begin using PlutoUI @bind x Slider(range(0, 1, length=10^8), show_value=true) end ```...

@wilsongoode That is great to hear! I've actually also been working on an algorithm but progress has been slow because I don't know much about discrete math and I've had...

Wow! That is an incredibly concise nearest neighbor algorithm, I'm impressed. I've been thinking some more about my approach. The basic idea is that when you downsample from an array...

@bradcarman How would you express in your approach a spring that has non-zero length in its relaxed state? That would certainly be a important for someone that wants to integrate...

> And to answer @Firionus, for visualization, if we are plotting the position states, the only states tracked by the model are actual moving bodies/masses. So if we have 2...

I can confirm this bug. The behavior can be traced to https://github.com/muaz-khan/RecordRTC/blob/ebae1da10f50a521000cbcced5c5adfb96f32411/dev/Cross-Browser-Declarations.js#L160-L164 The easiest fix would be to change it to ```js var splitted = fileName.split('.'); fileName = splitted.slice(0, -1).join('.');...

With the current release, I can still reproduce on another machine: - react-tabulator version: 0.14.4 - tabulator-tables version: 4.9.3 - OS: Ubuntu 20.04.1 LTS - Node.js version: 14.15.3 - npm...