Zack Young
Zack Young
https://github.com/Microsoft/visualfsharp/issues/2406#issuecomment-335987927 Looks like dotnet core's generative type provider support has made big progress, not sure it's stable now, but just need more weeks?
@vadimdemedes Sorry, added some annotations and a demo, hope it would be more clear.
@vadimdemedes I find out the feature I need is actual the virtual field feature in mongoose, and if I using another field name that doesn't exist in database, the problem...
But to solve the problem that there isn't a way to intercept query and persistence, I think we should let the models query from database using another action to initial,...
I think this is a expansibility problem since upgrading to v3, just like the problem I'm facing. We cannot easily override any built-in behavior because internal action and middleware cannot...
Sorry, after looking into the source deeper, I find out the code could change to something like ```js const doc = new Doc({ ...attrs }) doc.save() return doc ``` but...
Actually, the main reason is this breaking my code when upgrading from v2. In v2, I have some code like this, and not working anymore. This might be not a...
@vadimdemedes I think the point is the plugin usage in docs doesn't show the truly power of plugin, since we can easily extend model method and static method with ES6...
Never mind, just find out atom-languageclient can work perfectly with ocaml-language-server's master branch(plus newest pr), so I create a simple package [ide-reason](https://atom.io/packages/ide-reason ) to combine them together.
This flag would cause this error and cannot launch chrome ```sh 27907:27907:0205/194525.657250:FATAL:zygote_host_impl_linux.cc(107)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the SUID sandbox....