Armin Zia

Results 15 comments of Armin Zia

تا جایی که بنده اطلاع دارم وزارت کشور متاسفانه اطلاعات تکمیلی مانند مختصات جغرافیایی و مرزبندی تقسیمات کشوری رو ارائه نمی کنه. اما اگر دوستانی مایل باشند می تونیم همکاری...

I've done exactly what I mentioned 🧐 I created a SQL Server database manually, wrote a C# console app to read the CSV files, and populated the database. If anyone's...

Hi @damienbod Great, I think I'll pull in the source to my project and have it as another layer. The DbContext doesn't require any changes, at least not now, not...

Is this repository actively maintained? We're using this in several projects and we need to upgrade to Angular 13 as soon as possible. I don't think the current version would...

@Reixko not entirely dead, I've been using this repo in several projects lately. I managed to install the latest release using the **--legacy-peer-deps** flag, working fine with Angular 13 and...

This is incredibly frustrating. I'm working on a new project using Ionic 6.x and Capacitor 3. Unfortunately, Capacitor doesn't have the essential plugins for typical workloads: - Audio recorder -...

For some reason, changing the order of JavaScript references fixed it. Here's the order now: - `lib/markdown.js` - `lib/bootstrap-markdown.js` - `lib/to-markdown.js` And here's my code for initializing and setting up...

I'm having trouble figuring this out. When you initialize `slicknav` it takes a snapshot of your current menu and makes a responsive navigation: ``` $("#menu").slicknav(); ``` But if you add...

No its not a jQuery question, its about slicknav's initialization. If the menu items are manipulated dynamically, then there should be a method that clones a fresh copy of the...

Any updates on this? It'd be lovely to have this, please.