Jimmy Rishe
Jimmy Rishe
"it didn't work for me". What code did you use? Was there an error?
You either need to use an old version of Showdown, or change line 17 of the code to: ``` return new showdown.Converter(opts); // lowercase s, uppercase C ``` Several forks...
I was able to resolve this by constraining the version of the `@types/prop-types` package in my package.json (I use Yarn for my package manager, which supports the `resolutions` section). ```json...
It looks like this issue was [fixed](https://github.com/icetee/node-ftp/commit/a3c0efd2a071c3d822afe5f22711285162391cf8) around version 1.0.6 of @icetee/node-ftp, and this library was updated to use version 1.0.7 about a year ago. With that in mind, the...
This is not a bug in this library but rather the result of incomplete DOM compliance in domino. I will open an issue there.
I have modified the xpath library to account for this issue: https://github.com/goto100/xpath/commit/ca913d9978a8c4400cb17195bc9ff725e194b5a6
I think this may still not be remedied yet.
@rooby It would be useful to have some text explaining the difference because I agree it's confusing. I'll reopen this so that I can add that. Thanks!
@Jacks50 Please open an issue about the errors you're seeing. I'm not aware of any breaking changes to `select()` or `select1()` and will prioritize fixing them.
That fiddle doesn't work because raw.githubusercontent.com uses a text/plain content type. This should work: http://jsfiddle.net/ghm2mgLv/5/