Steven Nguyen

Results 82 comments of Steven Nguyen

VueJS does have vulnerabilities: (e.g.: Webpack 4.28.4 https://github.com/vuejs/vue/blob/dev/package.json https://snyk.io/test/npm/webpack/4.28.4) but everything's bundled so npm doesn't detect any dependencies. (https://snyk.io/test/npm/vue?tab=dependencies) And same with angular: https://snyk.io/test/npm/angular?tab=dependencies

Wow, this looks very similar to issue https://github.com/skandasoft/browser-plus/issues/195 (and maybe issue https://github.com/skandasoft/browser-plus/issues/202 but that one has an underscore in front for some reason)

[Enter steps to reproduce:] [Alt-Ctrl-O but the page didn't show. So I pressed reload and boom, the error.] [Not actual steps, just what happened.] *Kinda different*: OS, Stack Trace at...

@DalekZED No, this is my first time too. That's what I meant - I feel like i'm missing something. Did I suggest anything? I didn't notice...

This also happened to me: https://github.com/icecream17/solver/runs/2562701426?check_suite_focus=true in https://github.com/icecream17/solver/actions/runs/834149179 Failing commit: https://github.com/icecream17/solver/commit/7956c084b9dbbdfb721a2c56b7bea66eb83cc555, fixed commit: https://github.com/icecream17/solver/commit/06064acf014a0adb73d918cff3ea18657b3b2feb Update: I managed to use typescript again: https://github.com/icecream17/solver/commit/1b9f406ef14ece14c14ce6f14ccacac7f7b247ad (Sorry for the unhelpful links)

Linking to https://github.com/atom/atom/issues/22306 The import to be updated is at https://github.com/platformio/platformio-atom-ide/blob/develop/lib/utils.js#L19

I just realized it might be better to do ```Array.pop()``` instead of ```Array.slice(0, -1)```

```cson 'atom-text-editor': 'ctrl-left': 'editor:move-to-beginning-of-word' 'ctrl-right': 'editor:move-to-end-of-word' 'ctrl-shift-left': 'editor:select-to-beginning-of-word' 'ctrl-shift-right': 'editor:select-to-end-of-word' 'ctrl-backspace': 'editor:delete-to-beginning-of-word' 'ctrl-delete': 'editor:delete-to-end-of-word' 'atom-text-editor:not([mini])': 'ctrl-alt-[': 'editor:fold-current-row' 'ctrl-alt-]': 'editor:unfold-current-row' ``` selector is the similar concept of css selector I made...

This is failing because of external reasons: the commits don't affect this repo. Commits in summary: ``` version bump / formatting / license change update travis version dont parse when...

security alert: ![image](https://user-images.githubusercontent.com/58114641/122082747-df16d900-cdc5-11eb-9805-d7a499a71176.png) Edit: oops not lichess-bot