Jake
Jake
This PR adds a `truncationCharacter` prop to the `Text` component: ```jsx Hello World //=> 'Hello.' Hello World //=> 'Hel+++' ``` --- Resolves #480
I'm trying to create an app with ink.js and I need to truncate a string, but without `…`. I looked through the code of the `` component, but it just...
The website is invariable timing out for me. I can't speak for the rest of the world, but at least in Germany, your website seems to be completely gone...
Hi everyone! `git-issue` is a great tool, and I've been using it for quite a while now. I decided to build a desktop app (I'll be releasing it soon) that...
## Bug Report ### Plugin(s) - `@capacitor/keyboard` ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 3.5.1 @capacitor/core: 3.5.1 @capacitor/android: 3.5.1 @capacitor/ios: 3.5.1 Installed Dependencies: @capacitor/cli: not installed...
This package does neither seem to have type definitions bundled with it, nor is there a package named `@types/find-free-port`. I am currently creating a that type definition package. As soon...
Currently, there doesn't seem to be a way to select only distinct records from a database. I believe this should be reasonably easy to implement by simply adding a `distinct()`...