Daniel Chao

Results 256 comments of Daniel Chao

+1 I think `createNativeFunction` should unwrap all arguments before calling the function being created.

Thanks for the rec; updated the original description

That makes sense. However, I'd expect the test to pass because the docs for `assert.Equal` states that pointer equality is determined by the equality of their reference values: https://github.com/stretchr/testify/blob/77977386932ab1866a4b9556a7af1ae347531786/assert/assertions.go#L331 I...

Update: I tried switching my type to `"VARCHAR(10)"` and get the same issue. I also tried just `"CHAR"`, but this chops off my whole string and only inserts the first...

Changing it to `"VARCHAR"` worked. This seems broken to me, but I guess it doesn't matter if I represent this column as a `varchar` or `text`? The column in my...

I also have this problem, and @mgrandi's script pointed me to an openvpn cert. What does that cert do? Seems destructive to just delete it.

I'm currently working on a project that uses both x-domain and Angular-File-Upload, without issues. Code is in a private repository, so I can't share it, but it more or less...

Haven't tested in IE8/9, but wasn't this ticket created for Chrome? It definitely works in Chrome.

Hey @StefMa! Just getting around to looking at this. To fix the patch file: you can apply the patch on a file-by-file basis using `git apply --reject patches/graalVm23.patch`. This will...

The CI tests are failing on task `:pkl-config-java:generateTestConfigClasses` for gradle-check-jdk17. Cause: ``` Caused by: org.gradle.process.internal.ExecException: Process 'command '/usr/local/jdk-11.0.22/bin/java'' finished with non-zero exit value 1 at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:431) at org.gradle.process.internal.DefaultJavaExecAction.execute(DefaultJavaExecAction.java:52) at org.gradle.api.tasks.JavaExec.exec(JavaExec.java:165)...