Mikhail Kopylov

Results 37 comments of Mikhail Kopylov

@alfmos sorry, the link is broken, here's another one: https://github.com/ory/hydra/pull/3193/files#diff-616670627adbf89ef1e3de0f0b9439c16dda54a28d3056e740bde52601356e15R118 There's a https://pkg.go.dev/github.com/jmoiron/sqlx#DB.Unsafe feature that stands effectively for this very case, when a database table has a column that is...

To make it work there's a workaround: ``` window.tinycolor = require("tinycolor2"); require("md-color-picker") ``` But it's ugly, as there's no need to litter the global `window` scope

@aberenyi looks `expose-loader` do the same, doesn't it? It puts the module into the global scope `window`. It's not a good idea, it's just a more tricky way to do...

Unfortunately this won't work as well, (although I haven't tried it, but it shouldn't) because it's not about module import order, it's about a dependency of `md-color-picker` module from `window.tinycolor`...

Another video: https://play.vidyard.com/wVn1pCABE7RbkAHm6vNuFu.html

[kubeshark_logs_2023_03_14__10_17_06.zip](https://github.com/kubeshark/kubeshark/files/10965341/kubeshark_logs_2023_03_14__10_17_06.zip)

@mertyildiran, upgrade to 39.6 fixed the issue, thank you! I've noticed that the default memory configuration is ``` resources: worker: limits: memory: 1Gi requests: memory: 50Mi hub: limits: memory: 1Gi...

@derailed I'm looking for this feature for quite a while. Could you please facilitate to get this PR merged?

@rivo I'm also interested in semantic versions. And here's one of the reasons why. Github's dependabot provides a convenient and automatic way of bumping dependencies and making sure they're up...