Sergey Todyshev
Sergey Todyshev
Please consider to refactor the package code in favor of explicit dependencies (instead of `//=` preprocessor comments) using require to support webpack/browserify wrokflows. Also please explicitly require raphael and add...
Sometimes it is needed to check existence of given user. Also remove rebind since there is bind in FindUser. --- This change is [](https://reviewable.io/reviews/jtblin/go-ldap-client/9)
I've got this error when trying make a call: ``` System.EntryPointNotFoundException : Unable to find an entry point named 'wasmer_instance_context_get' in shared library 'wasmer_runtime_c_api'. at WasmerSharp.Instance.wasmer_instance_context_get(IntPtr handle) at WasmerSharp.Instance.get_Context() ......
```rust #[derive(Logos, Clone, PartialEq, Debug)] pub enum Token { #[error] Error, // identifiers #[regex("[a-zA-Z_][a-zA-Z0-9_\\.]*", |lex| String::from(lex.slice()))] Id(String), // i'd like to skip spaces after function, space is an operator in...
otherwise I need to write something ```go type grpcCon struct { conn *grpc.ClientConn } func (c *grpcCon) Close() error { return c.conn.Close() } func (c *grpcCon) LocalAddr() net.Addr { panic("not...
- changes in favor of explicit dependencies, i.e. require raphael and lodash - support of webpack work flow - include fixes of issues for latest lodash 4.0 - build using...
This change is [](https://reviewable.io/reviews/lytics/cloudstorage/80)
I got the following error: ```Uncaught SyntaxError: Invalid regular expression: /([A-zÀ-ÿ-]+|[0-9._]+|.|!|\?|'|"|:|;|,|-)/: Range out of order in character class```