Nate Matykiewicz

Results 16 issues of Nate Matykiewicz

If I’m understanding how Phlex works, in order to use it in Rails you will either need to call `render` in the controller and hand it a Phlex component, or...

[vim-vue](https://github.com/posva/vim-vue) is a common plugin for editing `.vue` files. It would be great if this plugin was compatible with vim-vue, so that we could determine the import costs of JS...

**Describe the idea** This Tweet describes how to instrument the `ConnectionPool#with` method in Scout, to tell how long you waited for a connection from the pool. It would be great...

enhancement
sentry-ruby

Within the last few days, my Github Actions test suite now fails with `"[error]Process completed with exit code 1."`. In my Github workflow I have the following: ```yml - name:...

I wanted an option to choose "System Default". I don't love the icon. I used `adjustments` from https://heroicons.com. I feel like it needs to be a dropdown menu like the...

Right now the syntax is just the page's text color (black in light mode, white in dark mode). For example, the `[]` method on `String`. https://rubyapi.org/3.1/o/string#method-i-5B-5D The examples in the...

https://github.com/rubyapi/rubyapi/commit/b633730753272ee1930b6a946d27d5056d126c9b https://github.com/rubyapi/rubyapi/issues/579#issuecomment-785843274

https://rubyapi.org/2.7/o/tempfile The parent class there links to https://rubyapi.org/2.7/o/delegateclass(file), which 404s. The ruby-doc page for Tempfile also lists `DelegateClass(File)` as the parent class, but it's not a link. https://ruby-doc.org/stdlib-2.7.1/libdoc/tempfile/rdoc/Tempfile.html

The response headers don't include an `ETag`, so my browser can't send a `If-None-Match`, so that the server can return a 304. I thought that the `cf-cache-status: DYNAMIC` seemed suspicious....

https://ruby-doc.org/stdlib-2.7.0/libdoc/rexml/rdoc/REXML/DTD/ElementDecl.html ```html s*(((([“‘]).*?”>5)|*)*?)(/)?>/um, true) ``` https://ruby-doc.org/stdlib-2.7.0/libdoc/net/ftp/rdoc/Net/FTP.html ```html The available options are: port Port number (default value is 21) ssl If options is true, then an attempt will be made to...