Dariusz Czajkowski
Dariusz Czajkowski
Laravel 8 marked the [laravel/ui](https://github.com/laravel/ui) package as deprecated in favor of [Jetstream](https://github.com/laravel/jetstream). From what I can see, Jetstream hides all of its controllers inside the package, meaning it doesn't make...
## Setup Example monorepo setup: ``` my-project/ |-- apps/ | +-- backend/ | |-- .build/ | +-- index.js # built using the SST CLI, namely Stacks.build from @serverless-stack/core | |--...
Hello everyone! There is this awesome [native-keymap](https://www.npmjs.com/package/native-keymap) package made by Microsoft, that returns characters in the current keyboard layout. It works absolutely amazingly, but I am having hard time using...
[This line](https://github.com/bright/cloudform/blob/master/packages/cloudform-types/types/ses/template.d.ts#L11) should reference `TemplateInner` defined in line 3, but instead references `Template`. #### Expected usage: ```ts import { SES } from 'cloudform' { SesTemplate: new SES.Template({ Template: { HtmlPart:...
https://medium.com/@DCzajkowski/testing-laravel-authentication-flow-573ea0a96318
This will be an on-going effort to make Quickwords easily maintainable and fully working on Windows.
With macOS Big Sur there was an introduction of new app icons. We want to create a new release of quickwords to support it, but there is a new implementation...
## The problem Currently replacements won't work if the `C` key is somewhere else or when `cmd+c` is not a shortcut for pasting (see: #46). To solve this, we can...
We need some testing. Some have been written in #29, but they are not the best. ### What we need: - integration tests with Cypress/Spectron - unit tests with Jest...