Re: Beerconf February 2023

2023-02-18 Thread Steven Schveighoffer via Digitalmars-d-announce

On 2/11/23 11:05 AM, Steven Schveighoffer wrote:


## Presentations?

As always, I'm interested in having people present some topic. If you 
have something you want to reserve a time for, please send me a message 
in any of the channels (here, email, discord, slack, etc.) and I'll make 
sure to announce it.


About a week away, and I'd like to announce that Garrett D'Amore will 
speak about his tree-sitter-d project, located 
[here](https://github.com/gdamore/tree-sitter-d).


For those who aren't aware, Tree-sitter is a framework for language 
grammars used by github, various editors. His project creates a 
tree-sitter grammar for D, and he will demonstrate how it works in 
several editors.


Roughly speaking this will be Saturday, Feb 25 at UTC 18:00.

Hope to see you all there! Will post a message here when it's starting.

Cheers! 

-Steve


Re: mysql-native v3.2.0 - the safe update

2023-02-18 Thread Steven Schveighoffer via Digitalmars-d-announce

On 2/14/23 9:22 AM, Rey Valeza wrote:

Hi Steve, I just want you to know that I updated the Vibe.d tutorial I 
wrote last year to emphasize database operations using mysql-native and 
is now viewable here:


https://reyvaleza.gitbook.io/vibe.d-tutorial/


Nice! I see that you just import `mysql`. Have you tried with 
`mysql.safe`? I'm curious if it works, it should mostly just work.


-Steve