-
### Describe the feature you'd like:
As a user of react 18 with NextJS (with app directory), I would like to render async server components
example:
// Page.tsx
```typescript
const Page = a…
-
```ruby
# Gemfile
ruby "~>2.7"
...
gem 'nokogiri', '~> 1.11.2'
...
```
Why not to use Jekyll? I'm trying to build the learnxinyminutes-site by using Ruby3.0 and it fails due to differences …
-
1.6.6.2
``` ruby
require 'bundler/setup'
require 'nokogiri'
class Doc < Nokogiri::XML::SAX::Document
def characters(chars)
p chars
end
end
handler = Doc.new
parser = Nokogiri::HTML::SAX::Pa…
-
As suggested by @cpuguy83 in https://github.com/docker/docker/issues/3156
here is the use case for a flexible -v option at build time.
When building a Docker image I need to install a database and an…
-
https://github.com/asyncapi/bundler/blob/f4cc6d91820a1e672f7b05df9e8f9473fbc576b9/src/v3/parser.ts#L101
Referencing the linked line - is there a reason the bundler is not being used? As-is, resolvi…
-
### Link to the code that reproduces this issue
https://github.com/Arctomachine/next-grid-template-areas-bug
### To Reproduce
1. Start dev server with --turbo flag
2. Observe devtools for differen…
-
I'm using the Buildkit version that comes bundled with Docker for Windows 18.06.1 and am experiencing some trouble running it with Windows containers. In the log below you can see a build succeed for …
-
The hot reload of Markdown files is not working with Nextjs. This means, you'll have to reload the server manually, everytime you want to change smthg. I think it has something to do with @parcel/watc…
-
### How can we reproduce the crash?
1,. checkout https://github.com/9aoy/rsbuild-ssr-example
2. pnpm install
3. bun run server.mjs
### Relevant log output
```shell
bun run server.mjs
> Local…
-
### What problem is this solving
Sometimes we need to define stores dynamically - e.g. to be able to use 2 instances of the same store that don't share the same state.
In such a case, in Vuex, …