Rob Guinness
Rob Guinness
Hi, This is really a great effort, however, I couldn't manage to build Python using any of several versions of "force_link_glibc" that I tried. They all fail during make with...
I'm not sure if I'm missing something obvious, but I'm not able to apply the --ui-highlight-preset option. I'm assuming that the path can be given relative to the current working...
Hi, Just discovered this project. It looks really great, and seems to fill a much needed gap in good markdown editors with export capability to HTML/PDF. But is the project...
Tests fail
Hi, I'm a new user. Just installed and ran the tests, and one is failing, as well as one error: ``` ====================================================================== ERROR: hdbscan.tests.test_rsl.test_rsl_high_dimensional ---------------------------------------------------------------------- Traceback (most recent call last):...
Hi, I'm new to markdown-pdf. I have understood that remarkable is the underlying markdown parser. According to the remarkable docs, tables using GFM syntax are supported and enabled by default....
## Expected Behavior The quickstart.py example (https://developers.google.com/apps-script/api/quickstart/python) should run successfully. ## Actual Behavior Exits with the following error: ``` Traceback (most recent call last): File "quickstart.py", line 83, in main()...
In [step 5](https://www.apollographql.com/docs/tutorial/client/) of the tutorial, it states: > If you didn't complete the server portion, you can use the uri from the code below. Otherwise, use your own deployment's...
Unless I am somehow missing it, there is no code listing in the tutorial for `client/src/containers/book-trips.js`, and this causes a "Failed to compile" error when running the client app at...
In the documentation for the arguments to `setup(..)`, it reads: ``` stop_words : string {'english'}, list, or None (default) If a string, it is passed to _check_stop_list and the appropriate...
Hi, Would you consider a pull request that allowed access to the `ds_p` field of `fit_transform()` as a member variable of `_LSIWrapper`? I have a use case where I want...