Amin Ya
Amin Ya
Kinda related to this issue. I was able to significantly reduce the size of my data by using [postcard](https://lib.rs/crates/postcard) instead of json files. Also, see: https://github.com/mitsuhiko/insta/issues/196#issuecomment-1290048650
The tests passed. I used `insta test --review --delete-unreferenced-snapshots --accept-unseen` command (more sensible defaults for me)
Here you go. I think the trick is to add the snap files to the `gitignore`. That apparently breaks the flag. https://github.com/aminya/insta-unreferenced-bug
In addition to all the usecases that `export type` has, not having it is an inconsistency in the TypeScript language that should be fixed. P.S: the number of upvotes and...
As mentioned, they are different. The common code is already refactored and lives in atom-ide-base. Both use ViewContainer and ProviderRegister. But the remaining code is different. We can make another...
We can look into moving the types to each repository, but we should still provide them here using git submodules.
Yeah, these are GUI features. We can make the types optional.
I have WIP PR which tries to add FloatPane support. The branch is very out of date. I can look into updating it. But this is low-priority. https://github.com/atom-community/atom-ide-base/pull/27
The types were fixed in #45
Do you want to add settings for making this configurable? I am envisioning those who use this package like a ready IDE similar to VSCode. That's why by default it...