-
```
Hello.
This is just a suggestion, not a bug. First off, this library rules! It is
great. On to the suggestion. It
would be great if alot of the private methods were protected, so one could
…
-
Private methods on the prototype are pretty useless as there is no convenient way to reference them. Consider:
```js
class X {
#helper() {}; //private method on prototye
leader() {
…
-
Hello!
We are switching to use a private registry alongside crates.io.
The private registry (CloudSmith) is using HTTP basic authentication, but `cargo audit` does not seem to support it:
```
#!…
-
```
Hello.
This is just a suggestion, not a bug. First off, this library rules! It is
great. On to the suggestion. It
would be great if alot of the private methods were protected, so one could
…
-
```
Hello.
This is just a suggestion, not a bug. First off, this library rules! It is
great. On to the suggestion. It
would be great if alot of the private methods were protected, so one could
…
-
```
Hello.
This is just a suggestion, not a bug. First off, this library rules! It is
great. On to the suggestion. It
would be great if alot of the private methods were protected, so one could
…
-
-
```
*Description*
When using interceptor on private method such as:
@Transactional
private dosomething(){}
the interception is not performed.
This is understandable as the method inside interceptio…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
https://github.com/ecadlabs/taquito/blob/77bf9da3bc4b72e9afce51c815f5ccd2a2a5580f/packages/taquito-signer/src/ed-key.ts#L10
- [ ] remove all public / private keywords
- [ ] replace private propert…