Taylor Dawson

Results 52 issues of Taylor Dawson

I have been trying to determine what data ought to be returned with a method call. As of right now most methods return only the "result" from the json request...

Right now private methods are generated. It's necessary to add an option to not show those private methods. This is [the line](https://github.com/neogeek/doxdox-parser-dox/blob/a9f24453b8245c231f2c033292ca4ab2d8c2edcc/index.js#L59) that would need changing (I think): From ->...

The library `tiny-secp256k1` breaks builds both in vite/rollup, as well as, some webpack configurations. This library's dependency on `tiny-secp256k1` makes it unusable. Can you suggests alternatives to `tiny-secp256k1`? Thank you...

Could you provide an example of how to best override the sidebar styles/structure etc. and provide a custom sidebar to the kitdocs layout? Thanks!

There is a PR (#310) which updates Axios to v0.21.1. This is necessary to mitigate the Server-Side Request Forgery vulnerability. Please merge this PR promptly. Thanks!

***Describe the bug*** Essentially in the near cli on [this line]([https://github.com/near/near-cli/blob/509846163695ba227f4ad5dc070b56040fcd9bab/get-config.js#L3](https://github.com/near/near-cli/blob/509846163695ba227f4ad5dc070b56040fcd9bab/get-config.js#L3)) it tries an look for a config.js file within the users current working directory. To me this shouldn’t be...

bug
T-dev-tools

**Code** ``` import turicreate as tc # Load the starter images starter_images = tc.SFrame({'image':[tc.Image('some.png')], 'label':['some-label']}) synthetic_images = tc.one_shot_object_detector.util.preview_synthetic_training_data(starter_images, 'label') synthetic_images.explore() ``` **Result** ![image](https://user-images.githubusercontent.com/29665732/125300658-3db57100-e2f8-11eb-82b0-172904c0cc7a.png) Expected result would be too see an...

visualization

Using this [module](https://www.npmjs.com/package/dotenv) store the path of the regFile as `NOTIFY_REGFILE_PATH` an environment varriable. This is in lieu of #40.

enhancement

I realize this project is small but I haven't ever implemented JS unit tests before so I thought this could be a good opportunity to practice. If you are alright...

enhancement

Issues/Features #36, #31, #35 all hinge on the storage schema of the keys. I am not sure if the current schema would work best with the previously mentioned features. I...

enhancement