Ben W

Results 20 issues of Ben W

This is about **Bulma**. Form fields overflow the width of a dropdown-menu, causing it to overhang. My fix was to add `max-width: 90%` to `input`. ### Overview of the problem...

Hey, I found your article on [YAML](https://www.arp242.net/yaml-config.html) interesting. I don't have much by way of a dog in the fight, though I do like YAML over TOML. Perhaps I'm just...

I have a bunch of data with numbers. How would I right-format? Without plugging in lambda. At that rate, I might as well hand-code a table generator.

The command I'm running is the line below. The line immediately following is the only response I get from the attempt. This is on an established project that has no...

not sure

I am trying to use the [@page](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) to do "proper" margining, etc. Just following the following CSS, I see that the style is effectively ignored. Is there any intent to...

Just wanted to say thank you for both this and the atom-one-light-theme. I was trying to set up a fairly clean site theme that honored `prefers-color-scheme` and since I used...

``` # ``` I have reasons for calling each tag. But, I hit the following error: ``` Missing partial acts_as_taggable_on/tags/_tag ... ``` When I try calling `tag_path`, I get: ```...

I would like to suggest view components as a curiously DRY way of rendering the activities. There's no need to create several view files in `app/views/public_activity`. ## Render Activities using...

feature

The current Autosave references `Rails.fire` but does not include Rails. Adding `import Rails from '@rails/ujs'` should address this.

Howdy, very interesting tool. I added today's screenshot to my Readme. I had a question: is it possible to use this only for a subset of repositories, instead of all?...