Felix

Results 17 issues of Felix

Version: Deno v1.40 I can see [in the documentation](https://deno.land/[email protected]?s=Deno.fstatSync) that `Deno.fstatSync` will be removed in the future. > [!CAUTION] > Use file.statSync() instead. [Deno.fstatSync](https://deno.land/api?s=Deno.fstatSync) will be removed in Deno 2.0....

Since #6 got merged last week, I wanted to ask if there will be a new release soon, since the latest version is still from April 2021 and doesn't work...

**Describe the bug** All builds fail because of duplicated symbols when also using [MarkdownUI](https://github.com/gonzalezreal/swift-markdown-ui) **To Reproduce** 1. Create a new project 2. Add this library as dependency 3. Add [MarkdownUI](https://github.com/gonzalezreal/swift-markdown-ui)...

šŸ™Œ Pending
šŸ› Bug

Most of the supported providers aren't available / are unreliable in China

enhancement
good first issue

On play.deco.cx the 3rd step of the manual is telling me to create a new project > Create a new project locally > deno run -Ar https://deco.cx/start however, when running...

### What problem are you trying to solve? Knowing the approximate location of my websites visitor. ### Describe the solution you'd like Vercel has these really nice headers: - [x-vercel-ip-country](https://vercel.com/docs/edge-network/headers#x-vercel-ip-country)...

enhancement

> This is only a problem in Fresh 2.0. In version 1.x everything works as expected ## Summary The static file middleware is not functioning correctly because it fails to...

### Problem description As mentioned here https://github.com/denoland/deno/issues/22319#issuecomment-2174943964 the deploy of [my project](https://github.com/felix-schindler/ip-lookup) keeps failing with `ISOLATE_INTERNAL_FAILURE`. Using the normal Deno runtime I have no issues at all, neither on my...

### Feature Description I would love a project roadmap view, such as a timeline displaying all project items—milestones and issues—organized by their assigned dates. - [GitLab Roadmaps](https://docs.gitlab.com/ee/user/group/roadmap/#view-the-roadmap) - [GitHub Roadmaps](https://github.blog/changelog/2023-01-31-roadmap-in-projects-public-beta/)...

type/proposal
topic/projects

There's an import of `ODataServiceOptionsInternal` in one of the generated service files. That Type is not exported so importing it fails. Easy workaround is to just remove that import after...