Justin Cherniak

Results 11 comments of Justin Cherniak

@steverecio, did you ever get this figured out? I'm getting the same corruption issues. The files decrypt with my PGP key fine, but are about 25-30% larger.

ProtocolARP doesn't appear to be defined. I changed that line to read: `conn, err := raw.ListenPacket(ifc, 54, nil) ` and it compiled fine. 54 is the protocol number for ARP...

I successfully got it to build by installing golang-1.11 from backports.

For me at least, deploying https://github.com/nyby/craft3-plugin-redirect as referenced in #100 makes it work again.

Did you ever figure anything out?

@ricpelo - Do you want yii namespaces in a custom project? I'd think not as it would make the sidebar be very crowded. I used this to generate docs for...

Any chance this can be merged now? Looks like @cebe made a few changes, so it would be nice to get this into core.

I'm not using this product, but when analyzing what the error might be on my own script, I came across this issue. I found adding the same headers that are...

In claude code, --resume and --continue work per-folder. It appears this is global. Is there a reason for that? Is there a way to adjust that to instead be per-folder?