Kefah T. Issa

Results 16 comments of Kefah T. Issa

@stephendolan The suggested code is now surrounded within begin/rescue/end block. This should protect in case email is not returned. I hope this is an acceptable solution. Let me know what...

I figured it out, this was the "old" style that seems to be deprecated now. (I like the simpler old style btw :) ) The change I had to do...

Thank you @rednaxus for the tip, you saved my day. I guess the issue mainly manifests on Linux and not on MacOS (as filenames on MacOS are not case-sensitive). Here...

Thank you @milansimek ! @splimter I have merged the pull request against our main PR. Kindly let me know if there is any known issues left on this front. (e..g...

Hello @benmccann Thank you for your input. I made a number of changes and upgrades to make it work. The CI now runs [successfully](https://github.com/edraj/sveltestrap/actions/runs/6515777813/job/17698588194).

Thank you @bestguy for the amazing effort. I know how difficult it is to juggle between the day job and beloved open source masterpiece. All the best :heart:

Facing the same issue, and had to install the more recent version of intl-messageformat as indicated by the issue reporter.

I ran into the same problem and used your work around. Thank you! But I'm sure my libraries are updated. If not how can I check? ps: I used ESP...

On all other linux flavors (manylinux+arm/x86 and musl/x86) `pip install duckdb` simply installs the pre-compiled binary. while there is no pre-compiled binary for musl+arm. To check the list of available...

Hello @jakobrosenberg Were you able to push that fix? Given that Svelte 5 was released recently, are there any remaining blockers from using roufity 3 with svelete 5? Thanks!