schneefux

Results 25 comments of schneefux

See the `component` option: > component > Default: FontAwesomeIcon Installing another package is not necessary. You need to use `` instead of ``. `` is only available if you set...

Enabling the loader does not help - it does not fix the reproduction sandbox either 😢 Edit: the sandbox needed a restart - thanks @danielroe

Hi, just in case anyone else comes across this issue via Google, I've created [a fork](schneefux/node-taglib3) which addresses this, #9 and #20.

Run node with the `ts-node/esm` loader, either via exporting `NODE_OPTIONS="--loader ts-node/esm"` or by passing the argument directly to the node executable: ```bash node --loader ts-node/esm ./node_modules/.bin/knex -x ts migrate:make example_migration...

I have a large project with many third party dependencies and this problem is still present in 2.1.0

I had the same issue when I tried to import VMdEditor locally. What worked for me was to move the configuration to an external file `~/md-editor.js`: ```js import '@kangc/v-md-editor/lib/style/base-editor.css' import...

Hi, I'm currently not using or developing the extension but I'll happily merge a PR if you find a solution.

Question: Is `"Vamp"` the same as `"Heal"` or `"Healed"`?

Nice. Is the Vampirism event only for items or is it caused by Krul's AA too?

* `Buff_Item_HitByStormguardBanner` is now `Buff_Item_StormguardBanner_Damage` * `Buff_Item_Spellfire_Damage` has been added * `Buff_Lorelai_FishFoodDamagePerSecond` (Lorelei A) has been added * `Buff_Lorelai_FishFoodDelay` (Lorelei A) has been added * `Buff_Reza_C_DamagePostTeleport` (Reza C) has been...