You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgid"A: We support Firefox, Chrome, and Brave. We do not test or look for errors in Safari, Edge or other browsers."
33
+
msgstr""
34
+
35
+
#:../../FAQ.md:9
36
+
msgid"Q: Will Remix work on a tablet or mobile device?"
37
+
msgstr""
38
+
39
+
#:../../FAQ.md:11
40
+
msgid"A: We do not support the use of Remix on tablets or mobile phones."
41
+
msgstr""
42
+
43
+
#:../../FAQ.md:13
24
44
msgid"Solidity compiler"
25
45
msgstr""
26
46
27
-
#:../../FAQ.md:6
47
+
#:../../FAQ.md:15
28
48
msgid"Q: Error: compiler might be in a non-sane state"
29
49
msgstr""
30
50
31
-
#:../../FAQ.md:13
51
+
#:../../FAQ.md:22
32
52
msgid"A: Old versions of solidity compiler had this problem with chrome. Please change the compiler version in Solidity Plugin to the newer one or use another browser."
33
53
msgstr""
34
54
35
-
#:../../FAQ.md:16
55
+
#:../../FAQ.md:25
36
56
msgid"Q: I’m getting an issue with Maximum call stack exceed and various other errors, can't compile."
37
57
msgstr""
38
58
39
-
#:../../FAQ.md:18
59
+
#:../../FAQ.md:27
40
60
msgid"A: Try a different browser or a newer solidity compiler version."
41
61
msgstr""
42
62
43
-
#:../../FAQ.md:20
63
+
#:../../FAQ.md:29
44
64
msgid"Q: How to verify a contract that imports other contracts?"
45
65
msgstr""
46
66
47
-
#:../../FAQ.md:22
48
-
msgid"A: The verification tool does not recursively go through the import statments in a contract. So can only verify a 'flattened' contract."
67
+
#:../../FAQ.md:31
68
+
msgid"A: The verification tool does not recursively go through the import statements in a contract. So can only verify a 'flattened' contract."
49
69
msgstr""
50
70
51
-
#:../../FAQ.md:24
71
+
#:../../FAQ.md:33
52
72
msgid"There is a plugin called Flattener which will stuff all the original code and the imported code into a single file."
53
73
msgstr""
54
74
55
-
#:../../FAQ.md:26
75
+
#:../../FAQ.md:35
56
76
msgid"Deploy & Run"
57
77
msgstr""
58
78
59
-
#:../../FAQ.md:28
79
+
#:../../FAQ.md:37
60
80
msgid"Q: I am using an Infura endpoint in my app, but when I try to deploy against that endpoint in remix IDE selecting \"web3 provider\" and putting my endpoint in, it's telling me that it can't connect"
61
81
msgstr""
62
82
63
-
#:../../FAQ.md:30
83
+
#:../../FAQ.md:39
64
84
msgid"A: If the endpoint you are using is http, it won't work."
65
85
msgstr""
66
86
67
-
#:../../FAQ.md:32
87
+
#:../../FAQ.md:41
68
88
msgid"Q: Where is deploy button?"
69
89
msgstr""
70
90
71
-
#:../../FAQ.md:34
91
+
#:../../FAQ.md:43
72
92
msgid"A: Its in the Deploy & Run module. If you haven't activated that module, you should do that by clicking Deploy & Run module in the Plugin Manager. You could also activate everything you need to work with solidity on the landing page ( click the remix logo at the top left for the screen) and click the \"Solidity\" button in the environment section."
73
93
msgstr""
74
94
75
-
#:../../FAQ.md:37
95
+
#:../../FAQ.md:46
76
96
msgid"Q: How to pass a tuple to a public function in Remix?"
77
97
msgstr""
78
98
79
-
#:../../FAQ.md:39
99
+
#:../../FAQ.md:48
80
100
msgid"A: Pass it as an array []."
81
101
msgstr""
82
102
83
-
#:../../FAQ.md:41
103
+
#:../../FAQ.md:50
84
104
msgid"Q: How to input a struct as input to a parameter of a function in the Deploy & Run module?"
85
105
msgstr""
86
106
87
-
#:../../FAQ.md:43
107
+
#:../../FAQ.md:52
88
108
msgid"A: For inputting a struct, just like a tuple, pass it in as an array []. Also you need to put in the line:"
89
109
msgstr""
90
110
91
-
#:../../FAQ.md:45
111
+
#:../../FAQ.md:54
92
112
msgid"pragma experimental ABIEncoderV2; at the top of the solidity file."
93
113
msgstr""
94
114
95
-
#:../../FAQ.md:47
115
+
#:../../FAQ.md:56
96
116
msgid"For example, here's a solidity file with a struct is an input parameter."
97
117
msgstr""
98
118
99
-
#:../../FAQ.md:79
119
+
#:../../FAQ.md:88
100
120
msgid"The input of initPeepToPeeps takes a struct. If you input [1,2] the transaction will go through."
101
121
msgstr""
102
122
103
-
#:../../FAQ.md:83
123
+
#:../../FAQ.md:92
104
124
msgid"General"
105
125
msgstr""
106
126
107
-
#:../../FAQ.md:85
127
+
#:../../FAQ.md:94
108
128
msgid"Q: Where do plugin developers go with their questions?"
109
129
msgstr""
110
130
111
-
#:../../FAQ.md:87
131
+
#:../../FAQ.md:96
112
132
msgid"A: The Gitter Remix plugin developers room https://gitter.im/ethereum/remix-dev-plugin"
113
133
msgstr""
114
134
115
-
#:../../FAQ.md:89
135
+
#:../../FAQ.md:98
116
136
msgid"Analytics"
117
137
msgstr""
118
138
119
-
#:../../FAQ.md:91
139
+
#:../../FAQ.md:100
120
140
msgid"Q: What information does Remix save when Matomo Analytics is enabled?"
121
141
msgstr""
122
142
123
-
#:../../FAQ.md:93
143
+
#:../../FAQ.md:102
124
144
msgid"A: We want to know:"
125
145
msgstr""
126
146
127
-
#:../../FAQ.md:95
147
+
#:../../FAQ.md:104
128
148
msgid"Which plugins get activated & deactivated"
129
149
msgstr""
130
150
131
-
#:../../FAQ.md:96
151
+
#:../../FAQ.md:105
132
152
msgid"If users check the box to publish a contract's metadata when deploying"
133
153
msgstr""
134
154
135
-
#:../../FAQ.md:97
155
+
#:../../FAQ.md:106
136
156
msgid"Which themes are used/used most/not used at all"
137
157
msgstr""
138
158
139
-
#:../../FAQ.md:98
159
+
#:../../FAQ.md:107
140
160
msgid"The usage of the links to documentation"
141
161
msgstr""
142
162
143
-
#:../../FAQ.md:99
163
+
#:../../FAQ.md:108
144
164
msgid"On the homepage, which file importing buttons are used"
145
165
msgstr""
146
166
147
-
#:../../FAQ.md:101
167
+
#:../../FAQ.md:110
148
168
msgid"Q: Is it opt-in or opt-out?"
149
169
msgstr""
150
170
151
-
#:../../FAQ.md:103
171
+
#:../../FAQ.md:112
152
172
msgid"A: We use Matomo as an opt-in analytics platform."
153
173
msgstr""
154
174
155
-
#:../../FAQ.md:105
175
+
#:../../FAQ.md:114
156
176
msgid"Q: Where is the info stored? Is the info shared with 3rd parties?"
157
177
msgstr""
158
178
159
-
#:../../FAQ.md:107
179
+
#:../../FAQ.md:116
160
180
msgid"A: All data collected through Matomo is stored on our own server. No data is given to third parties."
161
181
msgstr""
162
182
163
-
#:../../FAQ.md:109
183
+
#:../../FAQ.md:118
164
184
msgid"We respect your privacy and do not collect nor store any personally identifiable information (PII)."
165
185
msgstr""
166
186
167
-
#:../../FAQ.md:111
187
+
#:../../FAQ.md:120
168
188
msgid"Q: What does Remix do with this info?"
169
189
msgstr""
170
190
171
-
#:../../FAQ.md:113
191
+
#:../../FAQ.md:122
172
192
msgid"A: Our goal is to understand how many users we have, what plugins people are using, what is not getting used, what is not being used to its full potential."
173
193
msgstr""
174
194
175
-
#:../../FAQ.md:115
195
+
#:../../FAQ.md:124
176
196
msgid"With this understanding, we can make adjustments to the UI as well as providing more tips and documentation. It's a way of getting constant anonymous feedback from our users."
177
197
msgstr""
178
198
179
-
#:../../FAQ.md:117
199
+
#:../../FAQ.md:126
180
200
msgid"Q: After I agree opt-in, can I change my mind?"
181
201
msgstr""
182
202
183
-
#:../../FAQ.md:119
203
+
#:../../FAQ.md:128
184
204
msgid"A: You can turn off or on Matomo in the Settings panel. There are no consequences for not opting-in or opting-out."
msgid"We would kindly ask you to respect the space and to use it for getting help with your work and the developers' channel for discussions related to working on Remix codebase. If you have ideas for collaborations or you want to promote your project, try to find some more appropriate channels to do so. Or you can contact the main contributors directly on Gitter or Twitter."
0 commit comments