Sangeet Agarwal

Results 8 comments of Sangeet Agarwal

@rodion-arr I had the same issue as @jcollum and opened a [stack overflow question ](https://stackoverflow.com/questions/70235145/npx-on-windows-10-with-nvm-causes-need-to-install-following-packages) Just as @jcollum, I was completely befuddled as to why all of a sudden I...

I ran into the same issue but was able to resolve that by passing the connection explicitly as so `using (var con = new SqlConnection(_context.Database.Connection.ConnectionString)) EFBatchOperation.For(_context, _context.SomedBSetCollection).InsertAll(somedBSetCollection, con);` Now the...

@tinhlv same question as @zhuhongyin any guidance on how you got this to work as you showed in the image? Thanks for the help.

Is there a way to add a font family and keep all the other toolbar options

@timlrx I was a bit hesitant about submitting this PR since it isn't a next.js app but I have rewritten your app in [remix's indie stack](https://github.com/remix-run/indie-stack) and I thought it...

@pakatagoh > > "esbuild": "^0.12.9", > "mdx-bundler": "^8.0.1", This seemed to have fixed my issue magically, I was struggling with this for the past two days.

I'm having the exact same issue when using the remix-run's blues stack. But, it works just fine with remix-run's indie stack.

@brophdawg11 this is definitely an issue, I'm glad @brookslybrand stumbled upon this. 1. I see this weird behavior with my toc at https://tailwind-remix-run-mdxjs-typescript-starter-blog.fly.dev/blog/features-in-v1 2. Another example would be at https://tailwind-remix-run-mdxjs-typescript-starter-blog.fly.dev/blog/deriving-ols-estimator...