Joakim Wimmerstedt

Results 40 comments of Joakim Wimmerstedt

Also had this issue (OS X 10.10.2 and Node 0.10.33) and once again @signorekai's suggestion worked perfectly.

I don't understand russian, but after google translating this issue it seems like I've got the same issue. The issue arises for me after I've called fotorama.show(id) once. If I...

More information: Issue resolves itself when you resize the window - however that breaks the next/previous buttons which still give "Uncaught TypeError: Cannot read property '$stageFrame' of undefined".

I found the issue. On line 3044 in Fotorama 4.6.3: ``` var $activeFrame = activeFrame[STAGE_FRAME_KEY], $prevActiveFrame = activeIndex !== lastActiveIndex ? data[lastActiveIndex][STAGE_FRAME_KEY] : null; ``` data[lastActiveIndex] would be undefined if...

Having the same issue here. ``` it "contains client details" do text_analysis = PDF::Inspector::Text.analyze(@pdf.render) content_string = text_analysis.strings.join(" ") expect(content_string).to include("Client Name") end ``` And the expected string is in a...

+1 Also wishing for this functionality!

I also have the issue described above. Using the model `llama-2-7b-chat.ggmlv3.q4_0`, and the basic typescript abortable example found here: https://github.com/Atome-FE/llama-node/blob/main/example/ts/llama-cpp/abortable.ts Apple M2 Pro Node v20.8.0

For beginners in typescript that are using sveltekit I'd just like to add that you can also add that `declare module 'sveltefire';` to your `src/global.d.ts` file to make the warning...

I've opened a PR to remove the word-mapping fully for nn and sv since no other locales use it: https://github.com/date-fns/date-fns/pull/3824

Did anyone find a solution?