Troy Shu
Troy Shu
My attempt at migrating the code to Swift 3 is at https://github.com/ackleymi/SwiftStock/pull/6. Everything seems to work as it should after the migration, but I'm new to Swift development so please,...
I noticed this too. This is fixed in the pull request for the codebase upgraded to Swift 3 https://github.com/ackleymi/SwiftStock/pull/6
I'm trying to use danfo with Deno for ML as well and came across this thread, love the idea! Unfortunately it looks like the skypack dist isn't building anymore: https://cdn.skypack.dev/danfojs....
@maximegheraille's suggested fix above worked for me. I also had to import `config`: ``` import { config as faConfig } from "@fortawesome/fontawesome-svg-core"; import "@fortawesome/fontawesome-svg-core/styles.css"; faConfig.autoAddCss = false; ```
I got the same `superclass mismatch for class SpecificationPolicy` error when trying to `brew upgrade` a different package. Running commands to "clean up" Mac's system Ruby resolved the error for...
@seyonv @mitchelljkotler's version numbers just worked for me. Make sure numpy, scipy, and scikit-learn are the very first things in your requirements.txt; also, I'm on Python 2.7.
I think you're right that your issue stems from how you use nginx. According to the docs, it [looks like](https://django-robots.readthedocs.io/en/latest/#host-directive) `ROBOTS_USE_SCHEME_IN_HOST` uses the protocol of the _current_ request. I imagine...
This is really cool @ryanpeach! Not a supabase team member, just a supabase user who'd love to have python types generated by the CLI. Just wondering, what questions or todos...
Unfortuantely @t1mmen's steps above didn't fix these errors for me. I had to delete any old supabase docker containers as a previous comment mentioned. I did that with the following...