ShaneCodes
ShaneCodes
Explore posts from servers
ZCZephyr Cloud
Created by typesafeui on 2/6/2025 in #support
Was not able to download the Zehpyr mission control browser extension
Ohhh right codespaces
7 replies
ZCZephyr Cloud
Created by typesafeui on 2/6/2025 in #support
Was not able to download the Zehpyr mission control browser extension
You should get HMR with localhost still?
7 replies
ZCZephyr Cloud
Created by typesafeui on 2/6/2025 in #support
Was not able to download the Zehpyr mission control browser extension
We're woking on this, I'll @ you here when its back up. Sorry about that
7 replies
ZCZephyr Cloud
Created by Giorgio Boa on 1/27/2025 in #support
Zephyr dash: user organization name
so if you were to change the ngrx-book repo to a monorepo and have several apps in it, they would be be housed under the same project in zephyr.
9 replies
ZCZephyr Cloud
Created by Giorgio Boa on 1/27/2025 in #support
Zephyr dash: user organization name
org/project/application
9 replies
ZCZephyr Cloud
Created by Giorgio Boa on 1/27/2025 in #support
Zephyr dash: user organization name
learn-by-do-ing (org name) ngrx-book (repo name) ngrx-demo (package.json name)
9 replies
ZCZephyr Cloud
Created by Giorgio Boa on 1/27/2025 in #support
Zephyr dash: user organization name
I think (can test) but it would be learn-by-do-ing/ngrx-book/ngrx-demo
9 replies
ZCZephyr Cloud
Created by Giorgio Boa on 1/27/2025 in #support
Zephyr dash: user organization name
We use the github organization name
9 replies
ZCZephyr Cloud
Created by ShaneCodes on 1/14/2025 in #support
rsbuild with zephyr
Just wanted a place to document an rsbuild application deployed with zephyr
const zephyrRsbuildPlugin = (): RsbuildPlugin => ({
name: "zephyr-rsbuild-plugin",
setup: (api) => {
api.modifyRspackConfig(async (config, utils) => {
//@ts-expect-error
const zephyrConfig = await withZephyr()(config);
//@ts-expect-error
utils.mergeConfig(config, zephyrConfig);
});
}
});
const zephyrRsbuildPlugin = (): RsbuildPlugin => ({
name: "zephyr-rsbuild-plugin",
setup: (api) => {
api.modifyRspackConfig(async (config, utils) => {
//@ts-expect-error
const zephyrConfig = await withZephyr()(config);
//@ts-expect-error
utils.mergeConfig(config, zephyrConfig);
});
}
});
rsbuild.config.ts
export default defineConfig({
server: {
port: 3000
},
plugins: [
pluginReact({ splitChunks: { react: false, router: false } }),
pluginModuleFederation({
name: "consumer",
remotes: {
producer: "producer@http://localhost:3001/remoteEntry.js"
},
shared: ["react", "react-dom", "@rsbuild/core"]
}),
zephyrRsbuildPlugin()
]
});
export default defineConfig({
server: {
port: 3000
},
plugins: [
pluginReact({ splitChunks: { react: false, router: false } }),
pluginModuleFederation({
name: "consumer",
remotes: {
producer: "producer@http://localhost:3001/remoteEntry.js"
},
shared: ["react", "react-dom", "@rsbuild/core"]
}),
zephyrRsbuildPlugin()
]
});
5 replies
CDCloudflare Developers
Created by ShaneCodes on 11/12/2024 in #pages-help
Fetching from `api.fiscaldata.treasury.gov` returns 525
I did set it to full and full strict in efforts to troubleshoot, with the same outcome.
7 replies
CDCloudflare Developers
Created by ShaneCodes on 11/12/2024 in #pages-help
Fetching from `api.fiscaldata.treasury.gov` returns 525
@Community Champion Any help on this one? When I go to the worker playground I still seem to be unable to hit this api
7 replies
DTDrizzle Team
Created by hirefrank on 4/26/2024 in #help
SQL many statements?
8 replies
DTDrizzle Team
Created by hirefrank on 4/26/2024 in #help
SQL many statements?
Running into the same issue.
8 replies