Doug Saylor

Results 26 comments of Doug Saylor

@ZenLiuCN Of course I can override if need be. Shouldn't it be consistent in the base implementation? What is the benefit of not having both reference the same streams in...

Maybe I misunderstood. Is this not being maintained anymore?

Ah, okay. I don't have the time to prop up a lib with no maintainer. Thanks for the tip though @ZenLiuCN. :D

Sure, I can elaborate, @vgarvardt. ### Model initialization The default structure for client storage is a table with what would appear to be meta columns with very similar details as...

I created a `main.rs` file to use the functionality and it runs with no errors using the run symbol shown in the IDE next to the main function. main.rs ```...

@maxence-charriere Got it, that works for me. From what I understand, I could use the sandboxed virtual filesystem in a way that is very similar to how I would use...

It looks like Chrome specifically [provides the ability to interact with the actual local file system](https://web.dev/file-system-access/), but I don't think it's reasonable to add a Chrome only feature to a...

> To workaround it for now, add: springfox.documentation.swagger.use-model-v3=false The prescribed workaround doesn't seem to work for `ResponseEntity` return types. I'm not sure if that's a separate issue or if it's...

I just realized that part of the proposed functionality is actually invalid. JPA validation fails when `@Temporal` is added to an entity field and the field type is not `Date`...

I used `docker exec -it my_container_name bash` to get a shell in the container, and then `echo $ORACLE_HOME` to get the following path. ``` /u01/app/oracle/product/12.1.0/xe ``` The `sqlnet.ora` file doesn't...