HassanYA

Results 7 issues of HassanYA

Is there a way to put a third button other than confirm and cancel?

I am using sapper for development. idk if this issue is related to documentation or otherwise. I just copied and pasted the code from there and it did not exactly...

documentation

**Is your feature request related to a problem? Please describe.** Currently, in the docs, Redis can be used for messaging. Apparently, only Redis pub/sub is supported which does not guarantee...

Under "VPC and Network Security Tips" https://github.com/open-guides/og-aws?tab=readme-ov-file#vpc-and-network-security-tips The below paragraph, has a broken link at the end ('here'): `For basic AWS use, one default VPC may be sufficient. But as...

Description: When attempting to fetch data using useAsyncData, session is not available (undefined) on the server. For me it runs perfectly with useFetch and that runs on the server too...

Hello from exp with sqlite, usually i create one connection for application lifetime. I do the same with datalevin using integrant like so: ```clojure (defmethod ig/init-key :db/primary [_ {:keys [path]...

documentation

Hello, I'd like to inquire if q function is supported: https://docs.datomic.com/query/query-data-reference.html#q ```clojure (d/q '[:find ?track ?name ?duration :where [(q '[:find (min ?duration) :where [_ :track/duration ?duration]] $) [[?duration]]] [?track :track/duration...

enhancement