Jan-Felix

Results 9 issues of Jan-Felix

Thanks for this neat little library! We're successfully using it in production at Effektif (http://www.effektif.com). We use it to display a list that is scrollable horizontally. When the list grows...

I'm wondering why we only call the `onKeyDown` prop if no suggestions are showing. It seems more correct to always call it.

good first issue

Yet another small edge case bug I found: Italic text spanning a newline does not generate valid markdown. Example: ![image](https://user-images.githubusercontent.com/524089/87174814-0b81c580-c2d8-11ea-8e69-96180acb6f83.png) Currently, this results in markdown like this ``` fir_st se_cond...

I'm having troubles making Nexus build inside a Docker container. It fails with error `ELOOP: too many symbolic links encountered`. Locally the build works fine. The problem is easy to...

type/bug
scope/builder

We tried using the maci npm packages from a Typescript project, but found that typings were not available. This PR makes sure that the build also produces type declaration files...

enhancement
good first issue
v0.X.X

closes #886 The ethers v6 `reservedKeywords` set was quite outdated. It had ethers v5 contract property names that no longer exist for v6 contracts (e.g.: `provider`) and was missing some...

**Example**: [This contract ](https://github.com/gnosis/zodiac/blob/master/contracts/core/Module.sol#L14) has a `target` property. The ethers v6 type generated by TypeChain looks like this: ```ts /* * Interface 'Module' incorrectly extends interface 'BaseContract'. * Types of...

The Safe app sets the WalletConnect V2 metadata `icon` to a relative URL `"/images/safe-logo-green.png"` while it should be a full URL including host. This causes the connected wallet to display...

This will allow to save the request to the browser's default language bundle, before the user settings are available