Edvin Børresen Hultberg

Results 14 issues of Edvin Børresen Hultberg

Deprecation notice in php 8.1: ``` Deprecation Notice: Return type of Ayesh\ComposerPreload\PreloadList::getIterator(): iterable should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress...

I noticed that the intentions package is not working correctly anymore. The keybinding resolver successfully indicate that the intention package was triggered but the menu do not show. I have...

bug

Autorandr does not work for me. Changing to my office layout I'm hit with: ``` xrandr: output DP-0 cannot use crtc 0x200 Failed to apply profile 'office' (line 857): Command...

While adding the default `TwigCollector` with an `TraceableTwigEnvironment` I get this error: ``` Declaration of DebugBar\Bridge\Twig\TraceableTwigEnvironment::setLexer(Twig_LexerInterface $lexer) should be compatible with Twig_Environment::setLexer(Twig_Lexer $lexer) ``` The `LexerInterface` has been [deprecated in...

Feature request; Allow clipdel to delete clips that are older than a certain time specification, for instance: `clipdel -d "older than 3h"`

feature request

Attempting to investigate issues with our tests, they seem to timeout or something. :warning: This is experimental and WIP

Ref: https://stackoverflow.com/questions/16678661/how-can-i-delete-the-current-file-in-vim A nice-to-have feature. I'm thinking we should implement an own command for this, like :del [path] or :rm [path] and call on atom deleting handling. One thing to...

enhancement

Should investigate the failing tests and fix them.

I noticed that when you call FactoryInterface::make() with a definition and parameters that is a reference to another definition FactoryInterface::make will end up calling ContainerInterface::get() on the target entry name...

Hello! CiviCRM: 4.7.7 Drupal: 7.43 While testing the signup form, I get the following error: "Failed to update contribution in database". I was unable to find any information about this...