Christopher Pfohl

Results 32 issues of Christopher Pfohl

Lint Translations is showing every single translation, even after builds work correctly and app is correctly configured. ## Description Every single locale defined by rails is being compared with my...

When I run `ns debug ios` (with or without `--bundle`) I don't get an elements panel or a preview in the opened devtools. I'm not sure if this is a...

### Describe the bug I was running through the tutorial when I hit the bindings/refs segment: https://www.solidjs.com/tutorial/bindings_refs?solved Nothing happened. I can see the `onMount` and `loop` functions being called (logs...

tutorial

Using degit clones without the git history and it is a better way to get started with an new library.

Tables look *NICE* by default with styles/normalize setup: Unfortunately they're totally illegible when you hover on them: Color is dark: And on hover the background is too: I will add...

I could see it being really useful to allow customizing _how_ logging happens, beyond just the file, it'd be nice to able to log it by HTTP POST or starting...

Sometimes you just want a transitory `MyModel.new(params).method_call` It's super annoying to have to assign a variable just to allow phi on the params you're already touching and are unprotected anyway....

The index method is easy to override: ``` def [](key) super(key) end ``` Should we consider overriding this as well?

This is something I want: Sometimes I want to capture PHI at a certain point in time, but not use it until the future (capture before/after data, send it). Being...

enhancement

I think you ought to mention using `meta + f` `meta + b` (windows/linux: alt/mac: option) for moving forward and back by 1 word. In VSCode's terminal you'll need to...