Giter VIP home page Giter VIP logo

free-programming-books-search's People

Contributors

4dylanregan avatar brogan20 avatar davorpa avatar dpekata avatar eshellman avatar github-actions[bot] avatar leoouyang24 avatar luigiimvector avatar nrfq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

free-programming-books-search's Issues

Danish not recognized

I was trying to use fpb.json to improve my telegram bot (EbookFoundation/free-programming-books#6263) and I noticed an anomaly, there is an element with no language:

{
  "language": {},
  "index": {},
  "sections": [
    {
       "section": "C",
       "entries": [
          {
             "url": "https://web.archive.org/web/20190701062226/http://artcreationforever.com/bgnet.html",
             "title": "Beej's Guide til Netvarksprogrammierung",

The problem is that on free-programming-books this file is called free-programming-books-dk but on the languages.js the Danish is equal to da.

I didn't create a PR to rename the file because I don't know which language code to use; ISO 639-2 list says that the code of Danish language is da.


Using the search the resources are there, although with some resources writing the full title does not find them, you have to delete a few characters, for example:

  • Object-oriented Programming in C#: you have to delete in C#
  • Objektorienteret programmering i Java: you have to delete ava

Obviously without language.code value the result is:
image

Layout breaks when content is too wide

Description

It seems there are a bug since #27 due to set width: auto reseting rule section>section

image

Using width: 100% or removing rule property should be enough

Context

Expected

image

There are some relative urls with a harcoded contextPath

There are some hardcoded values in the app that doesn't allow deploy it in other contextPath different of /free-programming-books-search

if (folder && file) {
return <a id={id} href={`/free-programming-books-search/?&sect=${folder}&file=${file}`}>{children}</a>;
} else if (file) {
return <a id={id} href={`/free-programming-books-search/?file=${file}`}>{children}</a>;
} else { // Go to the homepage when there's a bad relative URL
return <a id={id} href={`/free-programming-books-search/`}>{children}</a>
}

Use environment instead of:

https://medium.com/@hernan.massad/running-create-react-app-from-non-root-context-path-95be40e3acf0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.