Laurent Cozic
Laurent Cozic
I couldn't find information about this in the documentation but is there a way to escape single quotes and double quotes in Vorpal? I know I can enclose strings that...
By default, the underlying command parser package (minimist), converts strings that look like numbers to actual numbers. This causes all kind of problems since it's also going to randomly convert...
The plugin supports IMG tags like so: `` However when it is followed by some text like this: `some text` it doesn't render the image, even though the preview does....
The current version of the library strips off emojis from the strings, which is reasonable, but in certain cases emojis are an important part of the original string. This came...
The goal is to index the note links, like the resources are currently indexed. This will help with the recursive note publishing feature, and could also have other applications in...
I'm using rn-fetch-blob 0.10.8 with RN 0.49 on iOS with iPhone 6 Simulator. I'm using the react-native-image-resizer module to resize an image and then I use react-native-fetch-blob to move that...
People keep adding issues here, which are left unanswered since the new project page is at https://github.com/joltup/react-native-fetch-blob There should be a very visible, in upper case and ⚠️ symbol, message...
For this alert: {id":17,"date":"2020-03-20T13:01:00.325Z","title":"just dash as first character","body":"-\n\nmore text"}" We are getting this error: > Error: Command failed: notify-send "just dash as first character" "-\n\nmore text" --icon "/tmp/.mount_Joplinu3xj3u/resources/build/icons/512x512.png" > Unknown...
Using the "pg" package 8.5.1 To replicate the issue, save some large data as a blob into the database. In my case 340 MB was enough to trigger the bug....
## Expected Behavior The query with large data should succeed without an error. ## Current Behavior When trying to a do a SELECT on large rows, the query fails with...