Avi Goldman
Avi Goldman
Is there a way to get an array of all tokens? Currently I've got the following code: ```js const tokens = new Tokenizer(str).readTopLevelTokens(); ``` This gives the top-level `Tag`, `Output`,...
Hey folks, I'm running into an issue where if I try to connect to a Redis instance and it's not online ioredis doesn't try to reconnect to Redis. If it...
In the current behavior, the `onDragStart` and `onDragEnd` props are passed directly to the `Split` constructor. When the functions for these props change, the new values don't get called which...
There was an unused package (`postcss-shorthand-expand`) and a used package that was installed by a dependency (`postcss-selector-parser`) that should have been installed. I also installed `babel-runtime` to all the packages...
This PR moves the CSS processing to the preRender function. This will allow for a couple of different improvements in the near future. It will make optimizations easier and will...
This PR makes the meta elements a clearer distinction. It queries and renders them separately from the main elements. This opens the door for combinations of elements working together and...
There is a lot going on here. Update coming. 1. Styles are not scoped correctly 2. Aliasing is doubling styles 3. Selectors are not safe for Gmail
Being able to render to the email as a plain text file will great as it will let users write their content in a single place and get it in...