Spencer Brower

Results 20 issues of Spencer Brower

When trying to find availability using the web app, you can set the time zone filter. When using the API, it forces you to use UTC, which sometimes means it...

enhancement

I'm running a build that using typescript in lieu of babel, and I was wondering how hard it'd be to make a Webpack plugin/loader that does the same thing as...

First of all, awesome work! Very cool making Storybook work with blade components. 😄 I was wondering if actions were currently supported, I think I'm on the right track, but...

As discussed in issue #769. This is still a work in progress. # Todos: - [ ] Write tests - [ ] Implement in plugins other than docker. - [...

## Use Case When using the docker plugin, in order to run commands in a particular directory, I have to do this: ```bash wexec docker/containers/container_name sh -c 'cd /var/ &&...

enhancement

Any chance you could add support for bootstrap 4? It seems all that needs to change is the javascript that you import: ```js // modals-bs4.js let modalsElement = document.getElementById('laravel-livewire-modals'); $(modalsElement).on('hidden.bs.modal',...

**Describe the bug** Using `auditd` as an example, when searching for binary paths, lynis finds them in `/run/current-system/sw/bin/auditd`. However, this is a symlink to something like `/nix/store/4c9gvbs2ixh1gfd7liasjpx1kcm74fx4-audit-2.8.5-bin/bin/auditd`, and so when...

information-needed

The Response targets extension quietly has this note at the bottom: > To avoid surprises the hx-ext attribute used to enable this extension should be placed on a parent element...

BREAKING CHANGE: Generators no longer return a string. # Description This PR makes the changes discussed in #808, and (when completed) will also close issue #818. The basic premise is...

## What Add a `directives` field to the component JSON output, that accepts custom directives. ## Why? I realize that not all frameworks support directives, but some of them do....