desmap

Results 19 issues of desmap

background opacity doesn't work... - in full screen mode - in nvim in tmux via remote host ### System OS: Windows Version: 5 ### Logs ``` [2020-08-03 14:41:50.536691500] [DEBUG] Estimated...

H - windows

I read in the readme of express-session: **Note Session data is not saved in the cookie itself, just the session ID. Session data is stored server-side.** Is this also the...

### Description 1. `@IsMongoId()` just checks if it is a string (see below, taken from your code base) where you could have used `ObjectId.isValid()` from the `mongodb` or `bson` repo....

type: feature

Current system leads to many complications, compare also https://github.com/MichalLytek/type-graphql/issues/673

Enhancement :new:
Community :family_man_girl:

[Updated layout since the PR before was not consistent] Since Next.js is quite popular and it took me some time to figure this out, this might be helpful for others

Community :family_man_girl:
Documentation :book:

Early on in the docs in the resolvers chapter you introduce DI as a way to access data without re-initializing new classes. I used this with typedi to access the...

Community :family_man_girl:
Documentation :book:
Discussion :speech_balloon:

The UX of current browser shim feature is currently hardly usable and might be significantly improved. **_tl/dr the proposed solution: `type-graphql` just knows if it shall deliver the real module...

Enhancement :new:
Community :family_man_girl:
Need More Info :man_shrugging:

I'm looking for a reference architecture in order to have all entities described consistently and came up with following. Something like this could be also helpful in the docs but...

Community :family_man_girl:
Discussion :speech_balloon:

Pretty much the title. If I then left-click on the twinkie tray's tray icon, hotkeys work again.

bug

React usually keeps `props.cihldren` as a single string and not as an array if it contains just one element. Is there a reason? Problem is code consistency: You need to...