Kamil

Results 65 issues of Kamil

When I have a form like this: ``` Submit ``` Form works well and submits `DELETE` request under the URL represented by `actionUrl` But when I do like this: ```...

enhancement
waiting for feedback

**Is your feature request related to a problem? Please describe.** If somebody wants to use a resource file, they must come up with proper URI (what is even worse I...

enhancement
1 backlog

[Example from pub.dev](https://pub.dev/packages/audioplayers/example) is not compiling. **Full Description** I wanted to try this plugin, but when I copy and paste example code - it is not compiling **Code to Reproduce**...

bug

When `SvgPicture` is placed inside `FittedBox` like that: ```dart @override Widget build(final BuildContext context) => Scaffold( appBar: AppBar( title: Text("Test"), ), body: Container( padding: EdgeInsets.all(20), child: Row( crossAxisAlignment: CrossAxisAlignment.start, children:...

### Platform Linux (using flutter-pi) ### Plugin package_info_plus ### Version 1.4.2 ### Flutter SDK 3.0.1 ### Steps to reproduce While `package_info_plus` works perfectly on the emulator, it does not show...

bug
Hacktoberfest
triage

**Describe the bug** Installation is successful, but the purging (`dpkg --purge cloudflared`) does not clean the service ``` $ ls /etc/systemd/system/cloudflared* cloudflared.service cloudflared-update.service cloudflared-update.timer ``` nor config files: ``` $...

Type: Bug
Good first issue
Priority: Normal
Area: Packaging

Hi, Could you please update documentation about: 1)What ``` com.feth.play.module.pa.controllers.Authenticate.noCache(response()); ``` is, why and where should I use it? 2) What is the purpose of `AuthProvider` and it's elements and...

When I clone the project and try to run test-app I get: ``` ~/workspace/play-authenticate/test-app $ sbt [info] Loading project definition from ~\workspace\play-authenticate\test-app\project java.lang.RuntimeException: Not a directory: ~\workspace\play-authenticate\test-app\modules\play-authenticate at scala.sys.package$.error(package.scala:27) at...

I was trying to run simple test case: ``` public class WicketApplicationTest { private WicketTester tester; @Before public void setUp() { tester = new WicketTester(new WicketApplication()); } @Test public void...

I've got such exception: ``` play.api.UnexpectedException: Unexpected exception[BeanCreationException: Error creating bean with name 'class org.flywaydb.play.PlayInitializer': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.play.PlayInitializer]: Constructor threw...