Moritz Kneilmann

Results 15 issues of Moritz Kneilmann

When using atom-blame on large files (1500+ lines) in a git repository with a long history (2500+ commits) my Editor freezes and I have to kill the process. In smaller...

bug

When the component is rendered conditionally, it will create a new input element every time it renders again. However, the ref prop is only reassigned if it is empty and...

The language can not be changed dynamically. I realize this is because of a limitation in the Google Places Lib and the fact that the language is a parameter of...

If the `` component rerenders, the onPlaceSelected is not updated reaxtively. This is important in many cases where you have a callback that relies on some state. This is because...

**Is your feature request related to a problem? Please describe.** Currently, when using `withPasswordProtect()` the initial render will always be "return null". https://github.com/storyofams/next-password-protect/blob/93c7ae7ead3a1322a642d02ed127fb0c85689207/src/hoc/withPasswordProtect.tsx#L53-L55 Only after the API call, the App...

Renaming `cb` won't work in this example ``` js function foo(cb) { function bar() {} cb(); } ``` I'm using the [ternjs Atom plugin](https://github.com/tststs/atom-ternjs), so perhaps it's a problem with...

The docs say that > [OclPrm] Can also be implemented for custom types as long as layout and alignment are conserved between Rust and OpenCL (repr “C”). I spend quite...

| Before | After | |----------|--------| | ![image](https://user-images.githubusercontent.com/10676525/34916927-9ee75390-f93f-11e7-90db-b3b12fb36c3d.png) | ![image](https://user-images.githubusercontent.com/10676525/34916935-b53d2926-f93f-11e7-92e4-47710f7d9b96.png) |