Tal Kol

Results 19 issues of Tal Kol

I'm trying to use twirl as part of my integration tests. My integration tests have an HTTP simplicator that mimics a real world service. To implement this simplicator in the...

As official smart contracts by Telegram, future dapp developers are going to look up to your project and learn from it. Please make the effort to educate them on what...

## Contract balance between calls Users would expect the following new test in `SmartContract.spec.ts` to pass: ```ts it('should maintain balance between calls', async () => { const source = `...

This proposal defines decentralized infrastructure and an on-chain registry to store the source code for verified TON smart contracts. The proposal also defines a simple permissionless protocol where community source...

This standard defines an on-chain registry to hold a list of wallet providers (such as [TonKeeper](https://tonkeeper.com/) and [TonHub](https://tonhub.com/)) and allows TON dapp clients to query this list before displaying the...

I opened [this issue originally](https://github.com/microsoft/pxt-arcade/issues/6353) in pxt-arcade repo but after analyzing the codebase it looks like the PR needs to be in this repo --- I want to work on...

I want to work on a PR for this feature. Before I start working on it, I want to verify with the team that the feature is welcome. **Is your...

Master branch doesn't support it We are experimenting with this in branch: https://github.com/wix/BindingListView/tree/dynamic-height-experiment There are several approaches to implement this.. Playing around to see which is the best one

This was suggested as a better approach to implement the binding Still playing with this, will create a new branch when we have something to show

The `ref` method for defining the template is not react-y enough We want to look like a regular render function We are working on this.. See this branch: https://github.com/wix/BindingListView/tree/better-bind