Chris AtLee

Results 14 issues of Chris AtLee

We would like to add support to the render tag so that it can render externally specified blocks by passing in the block object to the render tag. For example,...

We've noticed that sometimes app embeds fail to inject into a theme because the theme is missing proper `` and/or `` tags. Can we add a check for layout files...

enhancement
linter
e:3

### Environment **Python Version:** 3.7.13 **Nikola Version:** 8.2.3 **Operating System:** Debian ### Description: When I run `nikola auto` for my site and load the local url in the browser, sometimes...

bug

This PR adds a new flag to `zellij attach` which will allow attaching only to unattached sessions. It also updates the output of `zellij ls` to indicate which sessions currently...

### Motivation / Background This PR implements the minimum connection pool size idea described in #50989. The primary motivation with this is to ensure that we always have at least...

activerecord

Currently ActiveRecord connection pools support configuring a maximum size via the [`pool`](https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/ConnectionPool.html#:~:text=database%20connection%20configuration%3A-,pool,-%3A%20maximum%20number%20of) configuration setting. Establishing new connections to the DB can be a relatively expensive operation, and so we want...

activerecord
attached PR

Since app_profiler 0.1.10, I can no longer have profiling enabled in development environments. My requests are getting redirected to the profile URLs instead of responding with the correct payload.

The methods in `Fiddle::CParser` such as `parse_struct_signature` are useful on their own, outside of a class instance. Would it make sense to be able to call these as module methods,...

Some LSP backends (`ruby-lsp` in particular here) can return a `nil` response to the `textDocument/diagnostic` method. This is contrary to the LSP spec, but unfortunately it means that neovim doesn't...

needs:response
lsp