-
### Subject of the issue
Describe your issue here.
### Your environment
| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | yes
| Framework …
-
I installed mewebstudio/captcha in my Laravel 7.6 app
but it always returned Invalid capture, even I enter valid value I enter in text inpur.
Ex: entering https://prnt.sc/s8g03j and submitting form …
-
Consider a case when there's a large csv file, but it can be processed by chunks. It would be nice if `fread` could read the file in chunks. See also [Reading in chunks at a time using fread in packag…
-
I have a real strange problem with the following Job:
```ruby
class CheckUnmanagedDocumentJob < ApplicationJob
repeat 'every day at 15:23pm'
def perform
RechnMgmUserArea::Orga…
-
For one of our sites we're using Plomino but have a requirement for "multi-page" forms. Essentially we want a single "form", but we want to provide a way for the user to "work" through the form, showi…
-
i downgraded to version 4.2.2.
and this happen when upload.
-
Running docker image in Synology NAS. Initial setup went fine.
When navigating to admin page however, I am presented with EULA and an "Agree" button.
no matter how much I click "Agree", the pag…
-
Hello, I am trying to run `npm run build-mac-publish` in my repo, which runs this command :`electron-builder build --mac --publish always`.
When the command runs it fails after signing the app:
```
…
-
Hello @bpocallaghan
I read on a previous issue that you want to rewrite the code from beginning.
After successfully installing the site in homestead, I came across some questions which you may…
-
Say we have a struct like this:
````julia
struct Foo{T}
v::T
end
````
And a function like this:
````
function bar(x)
x = rand() > 0.5 : 0. : null
return Foo(x)
end
````
Then t…