Elijas Dapšauskas

Results 29 issues of Elijas Dapšauskas

Building from source or `apt install` does nothing running `alt+f2, r` or building from 3.36 branch does not add any new widget to the top bar as well :c and...

Test code: ``` from datetime import datetime, timezone, timedelta from pony.orm import * db = Database() class Order(db.Entity): id = PrimaryKey(int, auto=True) time = Required(datetime) db.bind(provider='sqlite', filename=':memory:') db.generate_mapping(create_tables=True) with db_session:...

I want to move desktops via custom hotkeys (e.g. CTRL+ALT+1 to move the current window to workspace 1). I use AHK for automation, so a command-line solution would also be...

Tried both normal and administrator launch. Confirmed that it is launched in process explorer. Right clicking on Win Explorer title bar does not show any new menu items. EDIT: It...

> Except for pop notification for pin or unpin operation, switch backgroud with desktop can make switch more clear . ``` AutoAssociateBackgroundWithDesktop := false BackgroundPicPaths := ["C:\Users\A\Pictures\VDPic\day.jpg", "C:\Users\A\Pictures\VDPic\snow.jpg", "C:\Users\A\Pictures\VDPic\sex.jpg", "C:\Users\A\Pictures\VDPic\cool.jpg"]...

enhancement

**Is your feature request related to a problem? Please describe.** Users working with Microsoft's Guidance language in VSCode could benefit from a more seamless experience when it comes to inline...

# Reproduction 1. Create a new nbdev repository 1. Examine the settings.ini file, which contains comments and variable substitution 1. Execute the nbdev_bump_version command 1. Observe that the settings.ini file...

bug

Hello 👋, I'm using sec-edgar-downloader and would like to know if it's possible to directly download filings (e.g., 10-Q for AAPL) in HTML format without file access? The workaround I'm...

### Description Models in `statsforecast`, `mlforecast`, and `neuraforecast` currently can only receive `train_y` but not `train_ds`. Other models such as [uber/orbit](https://github.com/uber/orbit) can process arbitrary sparse training data (e.g. `train_ds=[2010, 2011,...

### Problem Currently it's `==1.0.0` which leads to dependency issues, wherever crewai is used with a project with the latest python-dotenv (e.g. `^1.0.1`) ### Solution let's make it at least...