David Ahmed

Results 6 issues of David Ahmed

`event_filter = c.eth_newFilter(from_block=str(fromBlock), to_block="latest", address=address, topics=topics)` Would create a filter without raising any error. But executing `logs = c.eth_getLogs(event_filter)` raises "BadResponseError: {'jsonrpc': '2.0', 'id': 1, 'error': {'code': -32602, 'message': 'invalid...

I have an instance of Listmonk (docker) installed with everything being functional except the system templates. Following the documentation [here](https://listmonk.app/docs/templating/#system-templates) here, I run my listmonk instance with the following flag...

documentation

**Versions Used** Kaffy: 0.9.4 Phoenix: 1.6.9 Elixir: 1.14.2 **What's actually happening?** If I configure `resources` manually, I get error on **edit**, **create**, or **update**. > expected a map, got: nil...

bug

#### The bug I switched from Github runners to self-hosted runners. All actions work by default, however, the following action fails: ```yml jobs: build: ... steps: - ... - name:...

bug

I am on GNU Emacs 30.0.5 (Mac OS Ventura). I have the most minimal setup (basic theming). I add only the following to my `init.el` ```elisp (use-package elixir-ts-mode :ensure t)...

bug

I am using the version on the repo README with slight modifications as follows: ```js import Select from 'svelte-select'; const items = [ {value: 'chocolate', label: 'Chocolate', group: 'Sweet'}, {value:...