evbo

Results 191 comments of evbo

for those looking for this functionality, within a `#cfg[test]` module you can add a helper utility that achieves basic functionality (haven't added blob support yet): ```rust #cfg[test] pub fn print_rows(conn:...

@pmeaney-sqrt you may be interested in [scala.js](https://www.scala-js.org/): It transpiles without typescript type checking and you can enforce much stronger typing. everybody wins :)

If I'm not mistaken, this project aims to remove inline style tags from HTML and put them in CSS file. This _would_ be enormously helpful if it worked with React...

See this unit test in particular, which shows windowing using `avg`: https://github.com/tminglei/slick-pg/blob/868f3666197ff3a0a1f233c2a9905feb483551f4/core/src/test/scala/com/github/tminglei/slickpg/PgWindowFuncCoreSuite.scala#L52

I luckily found a potential answer thanks to @eed3si9n that allows me to set either "dev" or "prod" values for buildInfoKeys, [as shown in this answer](https://stackoverflow.com/a/20573422/1080804) However, I'm only able...

I think I found a reference showing this was done before: https://github.com/sbt/sbt-buildinfo/pull/61 **While it does work using Test configuration** I am still not able to provide a custom configuration: ```...

For example, here is a working implementation of "array_agg". I don't think it's clean, as I had to reimplement some things, but let me know any advice you have to...

@tminglei I think there's at least the issue of [aggregate functions not supporting group by](https://github.com/tminglei/slick-pg/issues/289). That is why I offered my code above. Still I'm not seeing how to add...

I am also impacted by this. I do not remember ever making a save state, but on Xubuntu 22.04 I installed retroarch 1.10.3 and left all configuration default other than...

@askotx can you check your `retroarch/cores` directory to confirm `*.info` files are present for each core you use? That was the reason for mine not working ;) They are downloaded...