Jake Strawn

Results 15 comments of Jake Strawn

Yeah, I'm interested in this proper solution as well... I've taken from the above and was able to get it working, although, as mentioned without the benefit of ES6 and...

Same as above mentioned by @azrin1972 . Only difference in my setup is I'm using Webpack. The `'L' is not defined no-undef` is coming from eslint. The `TypeError: L.markerClusterGroup is...

Just getting into adding sassdoc capabilities to a major project I've been maintaining for years. The inability to nest groups is a big issue in my opinion. When you're looking...

This is great, I'll have to do some checking on creating a custom theme to see the general LOE. I'll still be keeping my fingers crossed for it to work...

Thanks Guys!! I definitely agree that in the case I demonstrated, variable names SHOULD always be named such that they are self-explanatory, in my case, I was just (while continuing...

I'm seeing the same after a sweeping upgrade of dependencies today. Log output is a repeat of: ``` 2022-09-23T09:42:53.645-0400 [ERROR] turbod: error: EXTRA_VALUE_AT_END="watching /Volumes/Work/code/MYPROJECT: timed out waiting for initial fsevents...

Seeing the same thing as I attempt to use the latest version of `inquirer` with `oclif`. Revering `inquirer` back to 8.x works as it has in other of my projects/tests.

Marking this as Draft, as the system is thinking these are all new files, not to be merged with the updates I had made and moving things around, etc.

As further research shows, this was a result of the dependencies in `outline-template`'s `default` template being out of date with the latest releases. For some reason, even without a `yarn.lock`...

Issues of interest found by @grshane: * https://github.com/mdx-js/mdx/issues/1994 * https://github.com/mdx-js/mdx/issues/18383