Sean Esopenko

Results 11 comments of Sean Esopenko

This may be a limitation of typescript and if so a workaround would be changing this: ```typescript export interface Options { hashLength?: number; timeCost?: number; memoryCost?: number; parallelism?: number; type?:...

`go version go1.14.2 linux/amd64` if that helps. What's strange is that `Method()` works correctly but `EncType()` doesn't. I dug around in `html.go` and saw that `Method()` and `EncType()` set attributes...

The first thing I ran into was file names being too long during compilation for the NTFS file system (max 255 characters).

> what about cross compilation? It seems here that he's having the issue of building libtor on the windows OS, but what about cross compiling libtor for windows on linux?...

According to the latest documentation for kubernetes 1.17 we'd use `apps/v1` and not `extensions/v1`. See documentation entries for [DaemonSet](https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/), [Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/)

> Is there any "power" user here to merge @sesopenko's correction ? Code should never be merged with failing tests so this is unlikely to be merged until the build...

There appear to be build errors for most of the open PRs due to `basename`, `dirname` and `python` not being available in the CI image.

> Maybe you can add them in the .travis.yml ? I'm running into other problems with the other templates, further down the process, too. If I run into time i...

I'll create a template project in another repository to act as a demonstration, then will ping back in here when it's ready to demo. It'll be beneficial to more than...

Can somebody summarize their current workflow for making changes to this repository, and how they test their changes, for gdscript code especially, and C# code if possible? (I'll start on...