Zane Hitchcox

Results 61 issues of Zane Hitchcox

I set my babel plugins to be this: ```js [ "babel-plugin-import", { "libraryName": "@material-ui/core", "libraryDirectory": "", "camel2DashComponentName": false }, "tree-shaking-mui-core" ], [ "babel-plugin-import", { "libraryName": "@material-ui/core/styles", "libraryDirectory": "", "camel2DashComponentName": false...

This was taken out for some reason

So, I would put this in a new branch called "material-ui", but this is hacker rank basically, but with material ui instead of the actual styling of hacker rank, because...

I'm trying to upload to my release with the following code: ```bash token=$(cat ${HOME}/.PAT) github-release upload \ --owner zwhitchcox \ --repo cruster \ --token ${token} \ --tag "v0.0.1" \ --name...

### Describe the feature or problem you’d like to solve I'd like to be able to remove ssh key from account from the command line. It's hard to believe there...

enhancement
help wanted

Hey, I'm getting an installation error. I installed yaml-cpp by going to the git repository and running ``` cd yaml-cpp && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=ON...

Thanks for sharing! I've been trying to find how to build a static site like this for a while. I'm super excited to check it out!

A user has asked about adding support for this container on the nano pi air in the docker registry for the balena sound project

enhancement