-
Hello,
I'm running into a situation where I'm getting an InvalidCastException:
Imagine I have a class named MyClass in my TestProject:
public class MyClass : IClass
{
...
}
and a Factory:
public …
-
Hi!
After some tests with my version of Freak Fortress, I have successfully fixed this bug. The key is to remove every line:
'SetEntProp(boss, Prop_Send, "m_lifeState", 0);'
and replace it with
TF2_…
-
```
Currently, CollectionSerializer supports methods for setting the class of
elements and dedicated serializer. But it needs to be invoked explicitly.
By default, CollectionSerializer would write i…
-
```
Currently, CollectionSerializer supports methods for setting the class of
elements and dedicated serializer. But it needs to be invoked explicitly.
By default, CollectionSerializer would write i…
-
Instead of having one model have a direct reference to another (namespace to infra, for example), all sibling models should be accessed through the nexus object. To make this work proper though, we ne…
-
```
Currently, CollectionSerializer supports methods for setting the class of
elements and dedicated serializer. But it needs to be invoked explicitly.
By default, CollectionSerializer would write i…
-
```
Currently, CollectionSerializer supports methods for setting the class of
elements and dedicated serializer. But it needs to be invoked explicitly.
By default, CollectionSerializer would write i…
-
Compiling
```scala
trait Foo {
@inline final def foo(x: Int): Unit = {
println(x)
}
}
class Bar {
def bar(y: Foo): Unit = {
y.foo(7)
}
}
```
yields (with -Ydebug and -Ylog:i…
-
```
What steps will reproduce the problem?
1. unicharset_extractor -F font_properties zh.mingliu.exp0.box
2. mftraining -F font_properties -U unicharset zh.mingliu.exp0.tr
What is the expected outp…
-
```
What steps will reproduce the problem?
1. unicharset_extractor -F font_properties zh.mingliu.exp0.box
2. mftraining -F font_properties -U unicharset zh.mingliu.exp0.tr
What is the expected outp…