-
1. I took https://github.com/googlefonts/noto-source/tree/master/src/NotoSansKhojki and build an OTF file https://github.com/googlefonts/noto-fonts/blob/master/unhinted/otf/NotoSansKhojki/NotoSansKhoj…
-
```
What steps will reproduce the problem?
1. Same error everytime I run the suspend user
2. I can suspend users individually
3. Do I need a header in the csv
4. Users show up in the Master Template
…
-
```
To implement GWT remote services, one needs to extend RemoteServiceServlet.
Therefore one cannot extend InjectedHttpServlet, and has to resort to
override init(ServletConfig c).
```
Original issu…
-
```
What steps will reproduce the problem?
1. Same error everytime I run the suspend user
2. I can suspend users individually
3. Do I need a header in the csv
4. Users show up in the Master Template
…
-
```
Take same project that works with Glassfish v2 and run under v3. None of the
servlets setup from guice can be used.
```
Original issue reported on code.google.com by `pjul...@gmail.com` on 14 D…
-
```
What steps will reproduce the problem?
1. Same error everytime I run the suspend user
2. I can suspend users individually
3. Do I need a header in the csv
4. Users show up in the Master Template
…
-
```
Please remove the useless (and spamest) line:
System.out.println("-----" + finderDescriptor.returnClass);
in com.google.inject.persist.jpa.JpaFinderProxy
```
Original issue reported on code.googl…
-
```
For example, if you install a third party ServletModule that maps servlets to a
URI that you already
use, Guice Servlet should allow you to remap the third party module wholesale
under a path-p…
-
```
It would be convenient to specify a servlet instance with the Servlet 2 syntax:
serve("/static/*").with(new StaticContentServlet(...));
```
Original issue reported on code.google.com by `limpbi…
-
```
What steps will reproduce the problem?
1. Launch gasi
2. Run the following command in the execute window:
gas update_signature user_name= signature=
where signature has an image URI.
What is the…