Bismit Panda
Bismit Panda
You need to provide a public IP. I don't think google can access localhost. Try providing IP like 127.0.0.1:8080 and adding it to authorized URIs in google dev console. Also...
Any updates on this? I am using soft delete in my project but currently implementing it by creating a trait which wraps around existing methods (similar to the one above,...
This is most likely a spam PR
This happens maybe because `rust-analyzer` cannot open non `.rs` files. If you close that file from the editor it stops showing.
> I am facing this same problem. Is there a way to fix this? > > @panda-dev24 what do you mean by "if you close that file from the editor"?...
[This line](https://github.com/rust-sailfish/sailfish/blob/23657899593691d5ed3c2901329f321676d8330a/sailfish-compiler/src/procmacro.rs#L209) ```rs output_file.push(filename_hash(&input_file, &config)); ``` If it is changed to add the `.rs` extension after the `filename_hash` function call, it will be resolved. But I am not sure the...
You can use this as a component for scroll to top ```jsx import { Button, ButtonProps } from "@/components/ui/button"; import { useEffect, useState } from "react"; export function ScrollToTop({ minHeight,...
Any updates on this?
I was making a docker web client using axum and needed the types as deserialize to use as `Query` parameters in the endpoint. Now I have to define everything manually...
I did not get any good error message, so I asked here. it might be an issue with `shiki` or maybe `@mdx-js/esbuild`. I use it in my [portfolio](github.com/bismitpanda/portfolio-next). It does...