Spencer Snyder

Results 76 comments of Spencer Snyder

I was able to solve this problem like this by adding an `onLayout` event handler and calculating the width of the text input. Then applying that width using the `adjustFrame`...

I agree with @alexandra-c - this seems like an arbitrary set back to the api. But even worse - is the only way to figure out how things are working...

@niftylettuce @shadowgate15 although we found a work around - I think this should probably be re-labelled/re-named because it is actually a bug. ```pug //- prettier-ignore block scripts //- flash messaging...

- I want to use `customProps` to add the httpRequest object for google cloud logging - I want to avoid the [duplicate keys problem](https://github.com/pinojs/pino/blob/master/docs/child-loggers.md#duplicate-keys-caveat) - I do NOT want to...

I took a look at this over the weekend, and unfortunately I couldn't come up with a quick solution that doesn't cause unit tests to break. This one may require...

@mcollina if I remember correctly, you can't just remove one of the bindings - it causes a lot of other things to break and then you don't have the custom...

@mpartel thanks for clarifying. I'm not well versed in the application of `WeakSet`. Mind sharing how you implement the workaround to avoid the issue? It's not immediately obvious to me.

@kidonng regarding untitled/unsaved files, this may not be something we will pursue. This extension always uses the _users_ xo (and any corresponding configs) to lint things, so untitled files are...

How do you handle this with the xo cli? This is just not the way xo works. -- the way to handle a monorepo in the documentation is to put...