Samir Sabri

Results 75 issues of Samir Sabri

After few hours, I found that first request does not send values of the added headers.. the only way it worked was by doing a dummy request first before start...

question

As I've read the docs, its seems that the label is the same as the filed name, with Capital starting letter, however, in some cases, we might need to customize...

I've tried to run the example, however, I got this error: ``` /home/ubuntu/ortools/node-or-tools-master/example/index.js:78 MbxClient.getMatrix(locations.map(function (coord) { return { longitude: coord[0], latitude: coord[1] } }), {profile: profile}, function(err, results) { ^...

I have RubyMine 2018.2, here is the error I got: ``` java.lang.NoClassDefFoundError: Could not initialize class com.intellij.plugins.haxe.lang.lexer.HaxeTokenTypes at com.intellij.plugins.haxe.ide.completion.HaxeControllingCompletionContributor.(HaxeControllingCompletionContributor.java:50) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)...

bug
Needs Triage

I tried to run setup, however, I got this error: No podspec found for `RNCAsyncStorage` in `../node_modules/@react-native-community/async-storage Any got the same issue?

Running `./bin/bootstrap` results into ``` aws: error while loading shared libraries: /usr/local/aws-cli/v2/2.4.20/dist/libz.so.1: invalid ELF header ``` full log: ``` ./bin/bootstrap  SIG(124) ↵  10007  H:M:S == Building containers...

Hello I have created a new rails app, and added the lamby gem, however, running `./bin/rake -r lamby lamby:install` results into: ``` rake aborted! Don't know how to build task...

Is there a way to get the count of entries in the file?

### Expected behavior Rendering the text in the wysiwyg editor at the page. ### Actual behavior I just see {{ cms:text title }} {{ cms:wysiwyg content }} ### Steps to...

it seems that hscript interpreter could not recognize my classes if I used them into script. ex: I used my class`Main` , I got error when tried to execute: ```...