myOmikron

Results 22 issues of myOmikron

Add to right click context menu from directories / files

enhancement

This should move the right clicked file, for example `foo.d` to `foo/package.d`. The other way around should work as well if there's no submodule in the package.

enhancement

Add a button for selected code, files or directories to share them to https://run.dlang.io

enhancement

See IntelliJ features. ![image](https://user-images.githubusercontent.com/39948112/188517747-40fbd735-f201-4511-b748-c1d5a1e87dec.png) Gets expanded to: ![image](https://user-images.githubusercontent.com/39948112/188517760-11286cd7-7cf4-4ef3-9a03-7d5127bc6ae7.png) --- Snippets that could be implemented: - [ ] `delegate` - [ ] `not` - [ ] `foreach` / `for` / `iter`...

enhancement

Hi guys, my crate `dehashed-rs` is shown as latest: `0.3.2`, but its already at `0.4.0`, therefore it is shown as `out-of-date` in my projects. If I use the github form,...

I couldn't find any information regarding handling of incidents / security problems on this repository. As this is IMHO quite important for a web-framework it would be nice to have...

```rust query!(&db, Foo) .condition(DynamicCollection::or(vec![])) .all() .await?; ``` As it may happen that we provide no entries in a dynamic collection, I'd vote for some pattern to check before providing the...

Can we provide a way for the user to explicitly set the way the model creation works? I think of different high level settings: - Include all Models that are...

discussion needed

Is there any way to check if all necessary fields (not null, without default, without auto_create_time, id) are in patches that are used in `insert!` statements? Happened recently to me,...

question

`commit` will put up the wrong expaction for the user that the transaction will commit, what's not necessarily the case, if the transaction is not owned