Jakub Koralewski

Results 30 comments of Jakub Koralewski

For what it's worth I have never even taken a good look at [the final project](https://doc.rust-lang.org/book/ch20-00-final-project-a-web-server.html). There's lots of open source Rust code and you can read whatever aligns with...

I'm getting this error after adding `@code-surfer/standalone` as a dev dependency :confused:: ```bash error - ./node_modules/@code-surfer/themes/dist/themes.esm.js Module not found: Can't resolve 'theme-ui' in '.\node_modules\@code-surfer\themes\dist' Error: Cannot find module 'theme-ui' ```...

https://github.com/voodootikigod/logo.js/issues/38#issuecomment-16129452 ^ is this the same as what you used?

### Here's how to make SASS (.scss) files work with "web_accesible_resources" (with working hot reload). 0. Declare the compiled **.css** in "web_accessible_resources" option: ```JSON //manifest.json "web_accessible_resources": ["globalStyles.css"], ``` 1. Install...

Also currently when I have a function like this: ```typescript export class ReferencableToUID extends PremiereProElement implements Referencable { public getReferencedObject(xml: Document, type?: string) { const uRef = this.element.getAttribute('ObjectURef'); let found...

It forbids _them_ from doing it

> Not 100% sure how to design it Assuming the cause of #91 is fixed (I dunno why options would open when pressing tab) then, when creating the search element,...

Guys I have a bit of a nitpicky problem. PurgeCSS is working but it still outputs some things that are not used. I am using [pyoner's ts template](https://github.com/pyoner/svelte-typescript/tree/master/packages/template) so there...

I had this when pino-pretty was inside the npm script, i.e. "dev": "next | npx pino-pretty", but doing "npm run dev | npx pino-pretty" instead fixed it, idk if it's...

Following the "igfxEM Module": ![obraz](https://user-images.githubusercontent.com/43069023/67749855-44218d80-fa2e-11e9-88ee-ac5c68ebb2ac.png) is the closest I get to finding something "igfx" related: ![obraz](https://user-images.githubusercontent.com/43069023/67749754-163c4900-fa2e-11e9-8fa3-a72c8de71314.png) But there isn't anything exactly equal to "igfxDHLib.dll" though. Not sure how to find...