Jahirul Islam

Results 9 issues of Jahirul Islam

## Current behavior In `app.component.ts` I have set up the `TranslateService` as follows: ``` translate.addLangs(['en', 'bn']); translate.use('en'); translate.onLangChange.subscribe((change) => { console.log('langChange', change); }) ``` In another module, I'm doing this...

This issue is extremely close to the https://github.com/tulios/kafkajs/issues/554. The difference is that I am using `SASL/OAUTHBEARER` for authentication. **Some background** I am watching a directory using chokidar. When a new...

The example page demonstrates a "notyf" toastr which uses some nice animations. How to use this toastr for showing toast messages? I've seen the code that is used to generate...

This is a general report of the issues I faced when following the installation wiki (https://www.ledokku.com/docs/installation). I ended up following the manual installation steps (https://www.ledokku.com/docs/advanced/manual-installation) to get ledokku working. ####...

bug

Hi, thanks for this cool tool! This makes working with schema-registry easier. I have noticed an issue during the "Validate" step when trying to create a new subject. My schema...

My current setup is like this. I have multiple actions project on Google Actions. They are all using the **Actions SDK** and using the same fulfillment webhook. I am using...

I was following the guide on [sending updates to created order](https://developers.google.com/assistant/conversational/df-asdk/transactions/physical/dev-guide-physical-custom#6_send_order_updates) on Google Actions documentation. The documentation pointed to this repository, specifically `order-update.js` file for an example order update operation....

I'm just curious if it would be possible to let all the build related tasks happen in github actions? One of the most common issues I faced is trying to...

If I run ``` > knex migrate:latest Requiring external module ts-node/register Unknown file extension ".ts" for .../knexfile.ts TypeError: Unknown file extension ".ts" for .../knexfile.ts ``` Node version 22.6+ supports running...