-
```
What steps will reproduce the problem?
1. create a vs2010 project, reference luainterface
2. csharp code like
Lua lua = new Lua();
lua.DoFile("test.lua");
3. in test.lua file:
requrie 'l…
-
```
What steps will reproduce the problem?
1. create a vs2010 project, reference luainterface
2. csharp code like
Lua lua = new Lua();
lua.DoFile("test.lua");
3. in test.lua file:
requrie 'l…
-
```
What steps will reproduce the problem?
1. create a vs2010 project, reference luainterface
2. csharp code like
Lua lua = new Lua();
lua.DoFile("test.lua");
3. in test.lua file:
requrie 'l…
-
### Description
When using a CarouselView if you attempt to set the `CurrentItem` to null the application crashes. The following code should not cause the application to crash.
```c#
Items.Cl…
-
### Description
It seems as though hiding the FlyoutFooter with IsVisible doesn't cause the scrollview for the Flyout Items to resize to take up the unused space.
### Steps to Reproduce
E…
-
### Description
A ListView with HasUnevenRows and an ItemTemplate containing an Editor with AutoSize="TextChanges" does not properly resize when typing on iOS.
Behavior on Android and UWP is …
-
copy\paste not work... (of course)
"cannot import multiarray from numpy.core"
-
```
What steps will reproduce the problem?
1. create a vs2010 project, reference luainterface
2. csharp code like
Lua lua = new Lua();
lua.DoFile("test.lua");
3. in test.lua file:
requrie 'l…
-
I keep getting this script runtime error that says: Index Error: Index was outside the bounds of the array. I have had some success at fixing it, but do not understand why the thing I do works.
Basic…
-
Currently importing types.py in partial trust raises an exception. We should
figure out what API we're calling and either avoid it or fallback to a
solution which doesn't require trust.
## Work Item…