Roberto Naharro
Roberto Naharro
Is there any way to save only the current state, the current environment variables and start manually the engine in this middle state? In our case, we don't need to...
Let me explain. Imagine this case: ```xml ``` We are launching the engine with a lambda function and the `action` does a call to an external service. In this case,...
When you are doing any search request, there is an icon indicating a game is in your library. There is a request to check your library for sure, I think...
I see. Could you request more pages from the backend module until you have enough results to format them in the frontend?
maybe there is another way... could you do the search sending all the games ids from the frontend and filter in the backend? with some libraries it could be a...
oh, I have just seen @xPaw response https://github.com/SteamDatabase/steamdb.info-issues/issues/533#issuecomment-827856429 forget about it haha
Yesterday I was desperate and I downloaded the code to see if I could do something to make it work. I changed a pair of lines and the "Could not...
I thinks it works, I don't have the "Could not find referenced cmap stream Identity-H" error now. My app recognizes most of the documents with this fix.
I also have problems with this document: https://drive.google.com/file/d/0B-t3Zj2dsa4AZng3c2t5d05CV0E/view?usp=sharing The error is: ``` 11-07 23:38:21.405: W/System.err(18854): java.lang.IllegalStateException: No fonts available on the system for Helvetica 11-07 23:38:21.405: W/System.err(18854): at org.apache.pdfbox.pdmodel.font.ExternalFonts.getType1FallbackFont(ExternalFonts.java:256) 11-07...
I have done a lot of changes and I fixed the problems with the last file. Here are all the changes: First I noticed that every system has its own...