Emmet McPoland
Emmet McPoland
Im attempting to use react-linkify with react-highlight-words (https://github.com/bvaughn/react-highlight-words/blob/master/src/Highlighter.js) However it appears linkify is not finding the text. ``` { msg.body } ``` Its not an issue with the resulting DOM,...
Ran into an issue where this project, including the example would not work. Came across: https://github.com/priyankark/PhonePi_SampleServer/issues/14 Which suggested to downgrade flask, did so and it worked.
Hi, the current regex for chrome is ``` /^\s*at (.*?) ?\(((?:file|https?|blob|chrome-extension|native|webpack|eval).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i ``` However Ive noticed in Electron apps at least, theres no guarantee of a file:// prefix. ie Filenames for...
Provide the ability to offset the top layout, so has to provide a window to the bottom view. As oppose to completely covering the views all the time. This is...
Is there a valid reason why the GraphQLView input is validated to either only ever accept batched requests or never accept batched requests. Is it not reasonable to accept both?...
First of all, thanks for the great library. It is also especially important as while react-router v4.x.x is stated to be getting relative links, no new features will be backported...
Ive noticed the list jumping many items at the one time. Its most noticeable when displayBottomUpwards is enabled and you scroll up before attempting to scroll down again. In such...
Implemented parameters for input_hash_str, image size, padding, background colour, foreground colour, corner radius , lightness, saturation and image type. input_hash_str allows directly inserting a hash, which allows for other possibilities...
There appears to be an issue with importing the library from pypi via pip and virtualenv. Note, I can install other libraries and import them fine. So Im fairly certain...
**version: 1.29.1-dev132.0** I am using DuckDB WASM to read CSV files. The file may contain multiple formats for Time/Date/TimeStamps, as such I am not able to rely on passing a...