hershkoy

Results 16 comments of hershkoy

I also had this issue this week. https://stackoverflow.com/questions/65603121/react-prevent-images-change-name-on-build-in-css?noredirect=1#comment115988721_65603121 And I agree about the SEO comment from @sagar7993

I removed the duplicates and now I see there are regex syntax errors in the Hebrew files. I will check that and I will update (it can take some time...

I am currently working only on `Specs\Number\Hebrew\NumberModel.json`. I localized all specs inside it, and currently about half of the cases are failing (mainly the Fraction phrases still require work). If...

I am trying to add support to more fraction sentences in Hebrew, Sentence can be translated as `the sun is one out of hundred trillion stars`. In Hebrew it looks...

I think php on apache is using a different version: ![index](https://user-images.githubusercontent.com/13259380/199707471-96a1dc8e-111d-4ebd-ade1-ed9fb4ff3206.png) But from what I understand, that version (`1.1.1l`) is also relatively new, from around 2021 (though I don't understand...

For what I needed to do, I ended up asking the client to use CSV file instead of XLSX which solves my immediate issue. So I don't have to fix...

I also have this issue. Firebird is installed in a non-default folder and with a non-default port. I copied fbclient.dll to the %windir%\system32 directory, and I am still getting this...

In my case the issue was probably because I used flamerobin 64 bit. I uninstalled and reinstalled flamerobin 32 bit, and it solved the issue

Yes, exactly what you said. "half past six" = 6:30 "quarter past six" = 6:15 "quarter to two" = 1:45 "5 past seven" = 7:05

For me a simple question like this works: ``` print(llm_chain("tell me about Japan")) ``` but not the `llm_chain.run(question)` also tried something more complex and got a `floating point exception`: ![image](https://user-images.githubusercontent.com/13259380/229935056-6a899b84-cb3d-4015-bb16-26773cc76d37.png)