-
How make url without index.php
http://mynextcloud.com/***index.php***/.... to http://mynextcloud.com/....
```
location ~ \.php(?:$|/) {
#fix
fastcgi_split_path…
-
### Discussed in https://github.com/colinhacks/zod/discussions/2796
Originally posted by **adamerose** September 24, 2023
I see Zod described as a "TypeScript-first" library but am struggling …
-
> thoughts on this PR? Should we investigate code coverage on the unit tests for these types of detailed scenarios to make sure we've got all cases exercised? I don't think we have a nice code-coverag…
-
I wanted to open an issue for discussion of incremental delivery with the `@defer` and `@stream` directives in Argo.
Following the specs in [graphql/graphql-spec#742](https://github.com/graphql/gra…
-
I think I've brought this up a few times privately now, but I recently saw https://github.com/Microsoft/TypeScript/issues/10250 and thought I should bring it up publicly now. Having a dependency on an…
-
(N.b. it is my understanding that #2669 and the WIP `collections` vocab address at least some of this.)
Most collection types have some conceptual commonalities: they hold a known quantity of items…
-
***Situation:***
- I used `react-nativemodule-init` to create a library, with a view, and an example app. Everything is working properly.
- I run `yarn add prop-types` in the library root (not exa…
-
Today in plenary, @syg indicated that he and the v8 team are no longer convinced of the utility of this predicate (`.isRegisteredSymbol` remains important for WeakMap keys). An additional category of …
-
We have had approx half a dozen users contact us because their rasters have unknown unit types. The error message looks like the code block at the bottom of this issue.
Notice how the `Unit =` is f…
-
Hi,
I am looking for a way to list _all_ controllers that are known to ros2control, not just loaded ones as
`ros2 control list_controllers` does.
By all controllers I mean all the controller…