Results 10 issues of Danila Poyarkov

I'm trying to use Slime templates in Bamboo and here is what I get. I suppose that `render_to_string` expects a binary, not a safe string. `Phoenix.Template.EExEngine` works fine here. ```...

Kind:Bug

### Rationale SHAKE128 and SHAKE256 are part of the SHA-3 hash family (are also based on Keccak-f[1600] permutations), and while they are not as commonly used as SHA3-*, there are...

team:PS
enhancement
help wanted

Ongoing work on a complete rewrite of this module

### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed. 1. Which driver are...

Hello! Got this error after recent update on Sublime Text 3 (Build 3175): ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 403, in on_new callback.on_new(v) File "/Users/dannote/Library/Application Support/Sublime...

#### What does this PR do? Adds support for excluding partition child tables from `db/schema.rb` dumps when `PgParty.config.schema_exclude_partitions` is true, by overriding `ActiveRecord::SchemaDumper#ignored?`. #### Why is this needed? While `PgParty::Hacks::PostgreSQLDatabaseTasks`...

### Environment - Operating System: Darwin - Node Version: v20.9.0 - Nuxt Version: 4.1.2 - CLI Version: 3.28.0 - Nitro Version: 2.12.6 - Package Manager: [email protected] - Builder: - -...

Follow-up to #717. Replaces all remaining hardcoded keybinding hints with configurable ones. ### Changes - Add `pasteImage` to `AppAction` so it can be configured in `keybindings.json` - Create `keybinding-hints.ts` with...

**Problem** Photon module fails to load with "require is not defined" error when running in ESM context. **Solution** Replace synchronous `require()` with async `import()` in photon.ts. **Changes** - `packages/coding-agent/src/utils/photon.ts`: Replace...