Matt Snider

Results 54 comments of Matt Snider

It would also be interesting to _turn off_ or _silence_ notifications completely (e.g. when in a meeting). Something like: ```sh $ makoctl disable [--until ...] # later... $ makoctl enable...

@dstepanov I came across this while trying to get to the bottom of transaction issues described in [micronaut-sql#558](https://github.com/micronaut-projects/micronaut-sql/issues/558). Essentially I had problems getting `@Transactional` to work without Spring, but it...

@dstepanov I can provide this if you think it's necessary. There are steps to reproduce in the comment above the controller. It only takes 3 curl requests so reproduction is...

@dstepanov @graemerocher Sure, I will provide that. Did you look at the example controller though? It just runs H2 so there is no need to run any db locally

@dstepanov I added a test to the repo linked above. I didn't use test containers because the issue is reproducible with H2.

@dstepanov Thank you for taking a look and explaining! I appreciate it. I would have expected it to work like Spring's `@Transactional`. I think this is what other users would...

@dstepanov Thank you for looking into this! I've created #1399

@dstepanov @Jim-Harrington Perhaps you can suggest a better title for #1399 if it isn't JOOQ specific.

Hi @bepolymathe I had the same issue, but I fixed it by passing the calendar.ics filepath instead of piping the contents. I have this line in my mailcap file: ```...

@bepolymathe Glad I could help! :smile: Currently I don't think there is a way to do this. (neo)mutt contains all the functionality to do it, but if I'm not mistaken,...