Luke Horvat

Results 19 issues of Luke Horvat

Hi, thanks for the handy function. Could you please publish it as an npm package? I'd like to be able to use it via tools like Browserify.

I use pg-query mostly inside promise chains, and was a little surprised to learn that `query.first` does not return a promise when no callback is passed. So I've added that...

According to the [node-postgres docs](https://github.com/brianc/node-postgres#native-bindings), you can use native bindings by doing `require('pg').native`. Would be nice if node-pg-query allowed for that somehow.

Hi. I tried the following assertion: ```jsx class TextComponent extends React.Component { render() { return {this.props.text}; } } const comp = ReactTestRenderer.create(); expect(comp, 'to have rendered', foo); ``` But it...

I noticed [here](https://github.com/yaronn/xml-crypto/blob/master/lib/signed-xml.js#L483) that the id attribute for elements is set. Can we change the hard-coded `"Id"` to `this.idAttributes[0]`? That way if one passes in `idAttribute` as an option to...

pr-welcome

Hi. I've built a [gem for localtunnel](https://github.com/ssilab/localtunnel/tree/ca97090b4aec389af752ffa57e3b37989c704608) (an ngrok alternative), using your gem as inspiration. So thanks! Looking at your code, one thing I noticed is that there is a...

Possibly related to #26735, not sure if it's the same issue. **Description** I've identified a bug in OrbitControls that is easily reproducible in latest Safari (17). Well, I think it's...

Hi. The return types of `add` and `addAll` are currently a bit funky. I think there was a regression. For example, the following code raises a type error for `b`...

As of v4.5.0, webpack-cli supports configs with `.mjs` file extension: https://github.com/webpack/webpack-cli/releases/tag/webpack-cli%404.5.0 This PR updates Seti theme to use the webpack icon for such files instead of the generic JS file...