Florian Reuschel

Results 88 comments of Florian Reuschel
trafficstars

Just to throw in more wrenches, I'll suggest `stopIf`. 😁 But seriously, I don't really care about the name. I just wanted to chime in suggesting to avoid tags containing...

Okay, I investigated on this a little, and I was completely wrong about the cause. The issue actually has nothing to do with remembering size across sessions. It's about Auto...

Totally. My bad for not observing thoroughly enough.

Woops, accidentally closed this issue while typing an answer. :) --- I think not concerning those use cases from the beginning is probably a pretty natural part of development. :)...

FWIW, the folks of sass.js have an experimental WASM branch (which they apparently don't actively operate on) which works pretty nicely — I've at least tested it successfully in browsers:...

@chrisspiegl Maybe [this](https://twitter.com/jdalton/status/1362880981569568770) does answer your question. 😉

> So esm does not have a maintainer? I can't say for sure. JDD had obviously done most of the housekeeping in this repo. The `standard-things` project has [multiple members](https://github.com/orgs/standard-things/people),...

Hey @yegle, I'm going to close this issue as there seems to have been no recent misbehavior of the extension regarding your description. Feel free to post any additional information...

Possibly helpful: It's not exactly turning an AST into code, but if you just want to make changes to some PHP code based on the `php-parser` AST, I just made...

@yaegassy Sure. You basically have to recursively check all properties of a node to find descendant nodes, where a node is defined by having a `kind` property. Here's some code...