t0

Results 20 comments of t0

@jpmcb Hi John, do you mind taking a quick look at this PR? Should be a fairly straightforward fix :) Thanks!

@rgoomar > you can get around this by putting a _ as part of the .mdx file although Do you mind sharing more details on how to make it work?...

Ah i figure out why, I should add `basePath: "/docs"` to next.config.js rather than theme.config.js. @shuding Is this a good practice?

Hi @jameslittle230, that's totally fine, thanks for the info, and take your time.

@jameslittle230 Hi James, I am so glad you treat this seriously and I am more than happy to provide as much info as I can. > Is your expectation that...

@djyde It would be great if it can be integrated with Nextra Blog Theme. Related nextra issue: https://github.com/shuding/nextra/issues/139

Just curious, is there a way to use pgjdbc-ng with spring boot?

@kdubb is there an example app that demos the use of pgjdbc-ng

@kdubb A good example of spring boot + jdbc: https://github.com/spring-guides/gs-relational-data-access/tree/master/complete A good example of spring boot + jpa: https://github.com/spring-guides/gs-accessing-data-jpa/tree/master/complete I am especially interested in using spring boot + jpa +...