Cody Lundquist

Results 61 comments of Cody Lundquist

If it never loaded, then no, probably not. But if the file does get loaded and you are using a node-only library, that will break the app.

@wtho, when you use `qwik-city` to route to a component that is using `useServerMount$()`, it does break with this message: ``` Code(22): Components using useServerMount() can only be mounted in...

@manucorporat > Is it bad if it never load anyway? I've been thinking about this and I think it's still a bit of a security risk to expose backend code...

@cthackers, have you had any movement on this?

@neumino Your fix didn't fix it fully. `Pool.prototype._expandBuffer()` needs to return something as well. The PR I had open did actually fix it.

@neumino Just bumping this up again. Need to re-open this issue.

@neumino This is the PR I originally had: https://github.com/neumino/rethinkdbdash/pull/286

Any update on this? It's preventing our team from converting our massive CoffeeScript codebase to JavaScript.

We are using `1.11.1` and the biggest hangup is we are using `import` / `export`. It wouldn't be that big of an issue but we do `export`'s like this: ```...

@alangpierce It worked for us :). Thanks!