Yang, Bo

Results 420 comments of Yang, Bo

I think we need something similar to `enable_v1_permissions` in `terraform-aws-eks`. https://github.com/terraform-aws-modules/terraform-aws-eks/blob/00d4cc1373d97a5abfa05b7cc75e9c9a189e4d5f/modules/karpenter/variables.tf#L120-L124

A workaround: ``` sbt scalaOrganization in updateSbtClassifiers := (scalaOrganization in Global).value ```

Or you can use a simple `match` instead of `withFoo`: ``` scala class Foo[A] object Main { val foo: Foo[_] = new Foo[String] // Test 1 def f[A](foo1: Foo[A], foo2:...

The problematic code lines are https://github.com/wekan/wekan/blob/ad3306e19e422b9b8ce70a13e862bc107fec1eba/models/cardComments.js#L341-L346 There are a lot of similar code in this repository everywhere trying to send an error object as a response to the REST client,...

> WeKan API does not work when you send invalid code. I understand that. However, I think a better behavior for handling an invalid request is to produce an HTTP...

> Hi there, can I help push this PR forward somehow? Feel free to hack on this

@adisbladis This PR is really useful. How can we get it merged?