Silvio Clécio
Silvio Clécio
There are many kind of security techniques. What kinds would you like to show as examples?
Hm... the option 1 sounds good to be implemented as example using `ClientConnection` event... however, the option 2 sounds more related to the user logic/application. 🤔
Same problem here. And it is sad to see [unsolved issues](https://github.com/spf13/cobra/issues/1367) being closed automatically by bots. 😞
Additional note: also tried using `db.Debug().Preload("DocumentType").FirstOrCreate(&r)`, but also raises an error `FOREIGN KEY constraint failed` instead of creating the record.
Fixed in my code by adding an additional method `FillByDescription` to the type `DocumentType` and calling in `BeforeSave` from `Receiver`: ```go func (r *Receiver) BeforeSave(tx *gorm.DB) (err error) { if...
Edit: it would be useful even if declared in the driver (sqlite, postgres, mysql etc.).
Same here. Just installed and tried to use the plugin, and: ```java com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter java.lang.NoClassDefFoundError: com/jetbrains/cidr/cpp/cmake/projectWizard/NewCMakeProjectStepAdapter at io.github.francoiscambell.clionarduinoplugin.actions.NewArduinoProject.actionPerformed(NewArduinoProject.java:26) at com.intellij.ui.components.labels.ActionLink$1.linkSelected(ActionLink.java:67) at com.intellij.ui.components.labels.LinkLabel.doClick(LinkLabel.java:156) at com.intellij.ui.components.labels.ActionLink.doClick(ActionLink.java:80) at com.intellij.ui.components.labels.LinkLabel$MyMouseHandler.mouseReleased(LinkLabel.java:352) at java.awt.Component.processMouseEvent(Component.java:6541) at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) at...
Hi @memeticallychallenged , did you solved it? I'm looking for the same MUI behavior. Thank you!
Hello @amorey , I'm not expert in JS/CSS, but I can try it. 😅
Hello @hyanmandian, I'm going to test it, but a quickly look at the sources it seems will work like a charm. 😃 Maybe a split would be nice to avoid...