Stephen Sigwart

Results 56 comments of Stephen Sigwart

I created an extension that does this at https://marketplace.visualstudio.com/items?itemName=ssigwart.php-extra-completions. @bmewburn, feel free to copy this into your extension if you want. I'll try to remove it from my extension once...

@ildarik081, I assume you mean in my extension, so it's probably more fitting to add something like this as an issue in https://github.com/ssigwart/vscode-php-extra-completions/issues. However, in this case, it's not something...

I split them up. I didn't know if you'd want 4 PRs in a day.

I tracked it down to this line: https://github.com/Komodo/KomodoEdit/blob/0a152c79489b66296f7a2d7f15d8d2f5accd0ccc/src/chrome/komodo/content/bindings/views-editor.p.xml#L1174-L1176 If I change that to `var res = "Yes";`, `var res = "No";`, or `var res = "Cancel";` it does not hang.

From what I can tell, replacing that line with anything that will pause JavaScript execution (e.g. `alert` or `confirm`) also causes it to hang.

@th3coop, thanks for looking. I assume the IDE issue is more critical. Looking into that, I see this when I sample the process when it starts/hangs. It looks like something...

@th3coop, I've never really done much with crash reports and symbols, so I probably can't be of much help, but if you want to trigger a crash, I wonder if...

I have an update in #1180 that switches from using `getKeyPath` (hence requiring the temporary file) and replacing it with `getKey` which can use a file (`Lcobucci\JWT\Signer\Key\LocalFileReference`) or memory (`Lcobucci\JWT\Signer\Key\InMemory`).

It might make sense to also search for `[FilingStatus.S]` and the other statuses. Seems like that's often how thresholds are set and they may change from year to year.

Did you mean to post this on #1024? > Edit: NO, this won't work I don't think, because there are circular reference problems. There are fields on the 1040 that...