Daya Sharma
Daya Sharma
I think the level 1 and 2 headers conversion is fundamentally broken and I think it has to do with AsciiDoc Cheatsheet misleading us. I have opened a discussion around...
Being a SecureLogin site [expired SSL cert](https://www.dropbox.com/s/esxzoz1ex055biv/Screenshot%202017-11-04%2013.00.47.png?dl=0) sure doesn't look good. A permanent solution to this problem would be to automate the SSL cert renewal using any of these clients...
https://www.dropbox.com/s/vb3zwsnb6gb2ejy/Screenshot%202017-11-04%2013.16.50.png?dl=0 may be Firefox 57 and above don't or won't support securelogin:// protocol. But then the README.md needs to be updated with supported FF versions.
Microsoft has a tool chain, shamelessly [copied from Linux](https://mauilinux.org/) community called [MAUI](https://docs.microsoft.com/en-us/dotnet/maui/what-is-maui) to develop apps for Android, iOS, macOS, and Windows (no Linux) from a single shared code-base. Are you...
Hybrid app
Is it possible to use `elixir-desktop` to create hybrid app to access device hardware functions like Camera, Location services etc? If yes, then how and what kind of javascript framework...
On this [line](https://github.com/fhirbase/fhirbase/blob/dae7536f6c799283fb85419f8e9d20537937a65a/schema/functions.sql.json#L5) I am specifically referring to `USING txid, rid, (resource - 'id')` Is there a reason why `'id'` attribute is being specifically removed? I don't think it is...
there is already support for auditing :create, :update and :destroy operations how hard will it be implement :read audits ?
This isn't really an issue but a query. I am looking for a FSM solution with built in persistence where events and state transitions can be configured at run-time. Does...
any documentation on how to get started with this engine??
Does this gem support Mutation-based updates using [ALTER…UPDATE](https://clickhouse.com/docs/en/sql-reference/statements/alter/update/) in case of irregular and non-frequent changes ? see https://clickhouse.com/docs/en/sql-reference/statements/alter/update/