-
[@gavinking] Now that we have tuple types, it's possible to encode the grammar of a simple "data format" or "mini-language" into the type system itself, obviating the need for some kind of regex langu…
-
http://localhost/admin/team/team
![image](https://user-images.githubusercontent.com/38257723/76031558-f6231600-5f48-11ea-807d-6f46857273d1.png)
-
This is an umbrella issue gathering things that could be done in 4.0 timeframe.
- [ ] Refactor persistence API to be more document database friendly, https://github.com/quartznet/quartznet/issues/8…
lahma updated
3 months ago
-
## Information
## Describe the bug
### What happened?
simply try to run the dd('a') and return 500:
Not generate log in nginx or php-fpm
![image](https://github.com/user-attachments/asset…
-
I'm thinking about eliminating groups in favor of reusable mixins. The syntax might look something like this:
```
$weekdays = days(mon-fri)
$noon = hours(12)
$weekdaysAtNoon = { $weekdays $noon }
$we…
-
I can use values greater than 59 for seconds and minutes, and greater than 24 for hours, in a cron expressions, and that gives surprising values without errors.
Example of accepted expression:
```…
-
Hi folks,
for example,
kubectl autoscale deployment xxx --cpu-percent=50 --min=1 --max=10
but autoscale only supports k8s-built-in api resources like replicaset, deployment and statefulset.
I …
-
Are there plans to support date calculations based on CRON expressions in other time zones than local or UTC?
-
Hi team,
I search to resolve to this issue. Thank you for your helpful
The failure message : :
`
[FailureDeploiementMessage.txt](https://github.com/ngmy/w…
-
Thanks to the awesome work in #826 and #851 we now have an events system. This has sparked me to think more about the overall design of opsdroid and how events should flow through it. I wanted to rais…