Fabian

Results 9 issues of Fabian

It seems that for some reason the dafault styling found [here](https://github.com/nigma/django-easy-pdf/blob/master/easy_pdf/templates/easy_pdf/base.html#L8) is overriding custom styles in the `layout_style` and `extra_style` blocks. If I for example want to change the `font-size`...

I'm getting this when running `yarn nx generate nx-plugin-esbuild:node-init few --no-interactive --dry-run`: ``` Cannot find module '@nrwl/workspace/src/command-line/report'Cannot find module '@nrwl/workspace/src/command-line/report' Require stack: - ~/app/node_modules/nx-plugin-devkit/src/lib/executor-utils/info.js - ~/app/node_modules/nx-plugin-devkit/src/index.js - ~/app/node_modules/nx-plugin-esbuild/src/generators/node-init/normalize-schema.js - ~/app/node_modules/nx-plugin-esbuild/src/generators/node-init/generator.js...

Thanks for a great theme, however, I get this error when livereload runs: ... Uhoh. Got error listen EADDRINUSE ... Error: listen EADDRINUSE at errnoException (net.js:901:11) at Server._listen2 (net.js:1039:14) at...

Hi and thanks for this lib! I have a question, where would I look in order to support using a certain `key` on the state that, when changed should trigger...

### Context I'm running colyseus using https://nx.dev and it all went well until I upgraded to 0.15 where the server stopped restarting on file changes. If I downgrade to 0.14...

:bug: bug
:eyes: triage

I get the `ReferenceError: window is not defined` when requiring certain libs that make use of the `window` object. Heres the full stack trace: ``` javascript ReferenceError: window is not...

**Describe the solution you'd like** Ability to hot reload code changes. Is it possible at all using v's native hot reloading or otherwise? **Reasons why this should be a part...

enhancement

Hi, I noticed mesh generation functions are marked as non-implemented and was curious as to why, is it a technical challenge or just work? I'd be happy to help to...

### Describe the bug After a participant (B) unpublishes and republishes tracks (due to another participant A disconnecting and reconnecting), the remote participant (A) receives a `RemoteTrackPublication` with **correct `source`...