Chris Fu

Results 11 comments of Chris Fu

Ah, it currently relies on downloading your medical data from proprietary services because pretty much all hospital and doctor electronic medical record systems are closed-source and proprietary. Once it does...

Thanks @Rabenherz112, I’ve merged your change. Sorry for the delay on my end!

I ended up forking the repo for my own use cases, but if anyone finds it helpful you can take a look [here](https://github.com/cfu288/SylvieJS)

@aehlke Frankly I haven't tried to write a SylvieJS adapter for RxDB, but theoretically it should be as simple as swapping the adapter reference from LokiJS to SylvieJS in `RxStorageLoki`...

@pubkey i've actually already written the [OPFS adapter](https://github.com/cfu288/SylvieJS/blob/main/src/storage-adapter/opfs-adapter.ts) for LokiJS, it was a simple but naïve implementation. The SylvieJS fork was really primarily for my personal internal usage (used in...

@Connum Hey unfortunately I haven't had any bandwidth to test the RxDB integration and fix the RxDB fuzz tests. SylvieJS is looking for maintainers though!

In case anyone else is trying to figure out how to build and integrate their plugins with this Flex UI sample directly - you don't. Plugins should still be deployed...

> @thijsvanloef, issue resolved. > > I don't know if @bdelwood's fix also helped contribute to the solution, but what finally got it to work for me was doing what...

@amandesai01 If you're willing - I'd accept this as a PR at [my fork](https://github.com/cfu288/SylvieJS)

Note: I've updated the function to currently take a `charge` instead of a valence: ```ts convertUnitTo(fromUnitCode, fromVal, toUnitCode, options?: { suggest?: boolean; molecularWeight?: number; charge?: number; }) ```