Igor Berlenko

Results 143 issues of Igor Berlenko

``` deno run -A --unstable --reload https://deno.land/x/[email protected]/examples/hello_world/demo.ts ``` ``` error: Uncaught SyntaxError: The requested module 'https://deno.land/x/plug/mod.ts' does not provide an export named 'Plug' export { Plug } from "https://deno.land/x/plug/mod.ts"; ^...

bug

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior Training mixtral with axolotl ###...

bug

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior It should work for training...

bug

This is very useful tool, and since I want it to store my images in s3-compatible google storage bucket, I added this parameter to provide "https://storage.googleapis.com" as an endpoint url....

Let's take following origin of mine as an example: ``` { "year": "1998", "month": "07", "date": "12", "hour": "08", "minute": "20", "latitude": "44.95719", "longitude": "34.11079", "timezone": { "name": "Europe/Simferopol", }...

Currently I have producer which is sending messages faster than my event handler can process. When I stop my producer, event handler continues to consume queued events as expected. But...

https://github.com/chiselstrike/chiselstrike/blob/3274f966dd67ee2a7963fff5fc48ee1eb9a33a41/cli/src/cmd/generate_src/client_lib.ts#L590

Every time an event comes I can see following logs in chisel repeating for every event: ``` [2023-04-18T20:54:16Z] INFO - Created new partition-specific broker connection topic=bars partition=0 leader=0 [2023-04-18T20:54:16Z] INFO...